diff options
author | Marco Ebert <marco_ebert@icloud.com> | 2017-05-13 21:09:46 +0200 |
---|---|---|
committer | Marco Ebert <marco_ebert@icloud.com> | 2017-05-13 21:11:57 +0200 |
commit | 6e2a911f6d84dd0e94f8c9de5bad5d514a3cc19e (patch) | |
tree | 21941b22b91f4360f318b88e0e849626aaaff390 /src/common/Logging/Logger.h | |
parent | ae5696ef2b670e0aa547839a691ab8a375515559 (diff) |
Fix non-PCH build.
Your ad here.
Diffstat (limited to 'src/common/Logging/Logger.h')
-rw-r--r-- | src/common/Logging/Logger.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Logging/Logger.h b/src/common/Logging/Logger.h index dabeb8ced3a..7aac15396f3 100644 --- a/src/common/Logging/Logger.h +++ b/src/common/Logging/Logger.h @@ -21,6 +21,7 @@ #include "Define.h" #include "LogCommon.h" #include <unordered_map> +#include <string> class Appender; struct LogMessage; |