mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-29 06:25:24 -04:00
Fix missing cstring inclusion for strcmp
This commit is contained in:
parent
5bc09f4aeb
commit
d61d789569
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
#include "../version.h"
|
#include "../version.h"
|
||||||
#include "uefireplace.h"
|
#include "uefireplace.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue