JDierkse 5 роки тому
батько
коміт
6d7448b897
3 змінених файлів з 2 додано та 2 видалено
  1. 0 1
      .gitignore
  2. 1 0
      Libraries/Logging
  3. 1 1
      MySQL/MySQLClientImpl.cpp

+ 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>