Mac/ios buildfix

This commit is contained in:
Henrik Rydgård
2020-10-04 12:37:19 +02:00
parent f01ba6dc84
commit 7ba8f684a0
+5 -4
View File
@@ -20,11 +20,12 @@
#if defined(__APPLE__)
#include <string>
#include <inttypes.h>
#include <cstdint>
#include "FileUtil.h"
#include "MemoryUtil.h"
#include "MemArena.h"
#include "Common/Log.h"
#include "Common/FileUtil.h"
#include "Common/MemoryUtil.h"
#include "Common/MemArena.h"
#include <sys/stat.h>
#include <fcntl.h>