Fixed compilation error - CROW_LOG_DEBUG not declared in this scope

This commit is contained in:
Alex Butum 2014-07-08 12:28:38 +03:00
parent 46c977f29b
commit 0b241bf0e7

View File

@ -11,6 +11,7 @@
#include "http_response.h"
#include "http_request.h"
#include "utility.h"
#include "logging.h"
namespace crow
{