From 21466189734212a8749401e59e5adb31909ddfd4 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Mon, 7 Mar 2016 21:55:02 +0000 Subject: [PATCH] Fix a compile error under Linux. --- Log.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Log.cpp b/Log.cpp index 5f824aa..e289fe3 100644 --- a/Log.cpp +++ b/Log.cpp @@ -29,6 +29,7 @@ #include #include #include +#include static unsigned int m_fileLevel = 2U; static std::string m_filePath;