mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-16 08:04:55 -04:00
Add missing header inclusion for memcpy
This commit is contained in:
parent
0169c8c904
commit
5bc09f4aeb
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
#include "utility.h"
|
#include "utility.h"
|
||||||
#include "nvram.h"
|
#include "nvram.h"
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
USTATUS FfsBuilder::erase(const UModelIndex & index, UByteArray & erased)
|
USTATUS FfsBuilder::erase(const UModelIndex & index, UByteArray & erased)
|
||||||
{
|
{
|
||||||
// Sanity check
|
// Sanity check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue