diff options
Diffstat (limited to 'src/common/log_manager.h')
| -rw-r--r-- | src/common/log_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log_manager.h b/src/common/log_manager.h index 81d808825..ce62d0361 100644 --- a/src/common/log_manager.h +++ b/src/common/log_manager.h | |||
| @@ -6,11 +6,11 @@ | |||
| 6 | 6 | ||
| 7 | #include "common/log.h" | 7 | #include "common/log.h" |
| 8 | #include "common/string_util.h" | 8 | #include "common/string_util.h" |
| 9 | #include "common/thread.h" | ||
| 10 | #include "common/file_util.h" | 9 | #include "common/file_util.h" |
| 11 | 10 | ||
| 12 | #include <cstring> | 11 | #include <cstring> |
| 13 | #include <set> | 12 | #include <set> |
| 13 | #include <mutex> | ||
| 14 | 14 | ||
| 15 | #define MAX_MESSAGES 8000 | 15 | #define MAX_MESSAGES 8000 |
| 16 | #define MAX_MSGLEN 1024 | 16 | #define MAX_MSGLEN 1024 |