mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-05 06:05:42 +08:00
Fix a compile error under Linux.
This commit is contained in:
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user