mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-16 16:14:47 -04:00
Add algorithm include
- as std::count and std::reverse are used
This commit is contained in:
parent
fe56c5c84c
commit
f3a6aba4c4
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include <stdint.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
class UByteArray
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue