diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-05-06 04:06:12 -0300 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-05-07 15:45:22 -0300 |
commit | e1fbac3ca13d37d2625c11d30cfdece4327b446b (patch) | |
tree | da5daf1999660dbc7e75290627051dd8534131c8 /src/common/logging/text_formatter.cpp | |
parent | 1bd1a13a02e317a50252b0b5d5077b6ab2dbef53 (diff) |
Common: Remove common.h
Diffstat (limited to 'src/common/logging/text_formatter.cpp')
-rw-r--r-- | src/common/logging/text_formatter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/text_formatter.cpp b/src/common/logging/text_formatter.cpp index 36c91c4f65..45be6d0a1b 100644 --- a/src/common/logging/text_formatter.cpp +++ b/src/common/logging/text_formatter.cpp @@ -14,6 +14,7 @@ #include "common/logging/log.h" #include "common/logging/text_formatter.h" +#include "common/common_funcs.h" #include "common/string_util.h" namespace Log { |