1
0
Fork 0
mirror of https://github.com/LongSoft/UEFITool.git synced 2025-05-18 09:04:48 -04:00

Fix compilation on Linux

This commit is contained in:
vit9696 2018-08-02 03:54:45 +03:00
parent ee6ce579e3
commit f666fe63db

View file

@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <cstdio> #include <cstdio>
#include <cctype> #include <cctype>
#include <cstring>
#include "treemodel.h" #include "treemodel.h"
#include "utility.h" #include "utility.h"