Fix a compile error under Linux.

This commit is contained in:
Jonathan Naylor 2016-03-07 21:55:02 +00:00
parent 12fb99c00a
commit 2146618973

View file

@ -29,6 +29,7 @@
#include <cstdarg>
#include <ctime>
#include <cassert>
#include <cstring>
static unsigned int m_fileLevel = 2U;
static std::string m_filePath;