Fix a compile error under Linux.
This commit is contained in:
parent
12fb99c00a
commit
2146618973
1 changed files with 1 additions and 0 deletions
1
Log.cpp
1
Log.cpp
|
@ -29,6 +29,7 @@
|
|||
#include <cstdarg>
|
||||
#include <ctime>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
||||
static unsigned int m_fileLevel = 2U;
|
||||
static std::string m_filePath;
|
||||
|
|
Loading…
Reference in a new issue