mirror of https://github.com/g4klx/MMDVMHost
Fix a compile error under Linux.
This commit is contained in:
parent
12fb99c00a
commit
2146618973
1
Log.cpp
1
Log.cpp
|
|
@ -29,6 +29,7 @@
|
||||||
#include <cstdarg>
|
#include <cstdarg>
|
||||||
#include <ctime>
|
#include <ctime>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
static unsigned int m_fileLevel = 2U;
|
static unsigned int m_fileLevel = 2U;
|
||||||
static std::string m_filePath;
|
static std::string m_filePath;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue