mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-24 17:08:23 +08:00
Add missing header inclusion for memcpy
This commit is contained in:
parent
0169c8c904
commit
5bc09f4aeb
@ -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…
Reference in New Issue
Block a user