Browse Source

Compile fix.

DjWarmonger 12 years ago
parent
commit
928dc23003
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/logging/CBasicLogConfigurator.h

+ 1 - 1
lib/logging/CBasicLogConfigurator.h

@@ -11,7 +11,7 @@
 
 #pragma once
 
-#include "CLogger.h"
+#include "../CLogger.h"
 
 class CConsoleHandler;
 class JsonNode;