aboutsummaryrefslogtreecommitdiffstats
path: root/logging.h
diff options
context:
space:
mode:
authorAlex Butum <alexbutum@linux.com>2014-07-08 12:26:35 +0300
committerAlex Butum <alexbutum@linux.com>2014-07-08 12:26:35 +0300
commitb2ba5f61b09a501762e562387f50ca7a92dd9bb7 (patch)
treeacb58fd53c0981eff38b934ddcc3835f0750c389 /logging.h
parent30f108ce9965af0293841be3b4966788a3195371 (diff)
downloadcrow-b2ba5f61b09a501762e562387f50ca7a92dd9bb7.tar.gz
crow-b2ba5f61b09a501762e562387f50ca7a92dd9bb7.zip
Include settings for logging macros to be visible
Diffstat (limited to 'logging.h')
-rw-r--r--logging.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/logging.h b/logging.h
index 303e857..aed7521 100644
--- a/logging.h
+++ b/logging.h
@@ -8,6 +8,8 @@
#include <iostream>
#include <sstream>
+#include "settings.h"
+
using namespace std;
namespace crow