From 3447c86562f3c17381f03ff758bf1736dc3400c9 Mon Sep 17 00:00:00 2001 From: Uleat Date: Fri, 11 Nov 2016 18:59:47 -0500 Subject: [PATCH] Fix for windows compile (stat-use related) --- shared_memory/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared_memory/main.cpp b/shared_memory/main.cpp index 8f9ad4255..d80c22156 100644 --- a/shared_memory/main.cpp +++ b/shared_memory/main.cpp @@ -40,8 +40,8 @@ EQEmuLogSys Log; #include #else #include -#include #endif +#include inline bool MakeDirectory(const std::string &directory_name) {