JDierkse 5 жил өмнө
parent
commit
6d7448b897

+ 0 - 1
.gitignore

@@ -4,4 +4,3 @@
 .*.swp
 .AppleDouble
 lib
-Libraries

+ 1 - 0
Libraries/Logging

@@ -0,0 +1 @@
+../../Logging

+ 1 - 1
MySQL/MySQLClientImpl.cpp

@@ -1,6 +1,6 @@
 #include "MySQLClientImpl.h"
 #include "MySQLResultSetImpl.h"
-#include "Logging.h"
+#include <Logging.h>
 #include <sstream>