aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Butum <alexbutum@linux.com>2014-07-08 12:28:38 +0300
committerAlex Butum <alexbutum@linux.com>2014-07-08 12:28:38 +0300
commit0b241bf0e75cc301074e3ecf70f8b8994324aeda (patch)
tree4f46fff0aaf3eb344253f6a8c6defdd13698b812
parent46c977f29b8d356dd99542c54f8e7eae62fd3a59 (diff)
downloadcrow-0b241bf0e75cc301074e3ecf70f8b8994324aeda.tar.gz
crow-0b241bf0e75cc301074e3ecf70f8b8994324aeda.zip
Fixed compilation error - CROW_LOG_DEBUG not declared in this scope
-rw-r--r--routing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/routing.h b/routing.h
index c3be5fd..afc79ca 100644
--- a/routing.h
+++ b/routing.h
@@ -11,6 +11,7 @@
#include "http_response.h"
#include "http_request.h"
#include "utility.h"
+#include "logging.h"
namespace crow
{