From 0b241bf0e75cc301074e3ecf70f8b8994324aeda Mon Sep 17 00:00:00 2001 From: Alex Butum Date: Tue, 8 Jul 2014 12:28:38 +0300 Subject: Fixed compilation error - CROW_LOG_DEBUG not declared in this scope --- routing.h | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit v1.2.3-54-g00ecf