summaryrefslogtreecommitdiff
path: root/src/utils/logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/logger.h')
-rw-r--r--src/utils/logger.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/utils/logger.h b/src/utils/logger.h
index 75c86593..1e5ba27d 100644
--- a/src/utils/logger.h
+++ b/src/utils/logger.h
@@ -24,10 +24,9 @@
#ifndef _TMWSERV_LOGGER_H_
#define _TMWSERV_LOGGER_H_
-
+#include <iosfwd>
#include <fstream>
#include <sstream>
-#include <string>
#include "singleton.h"