mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
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…
Add table
Add a link
Reference in a new issue