Fix Logging Library use

This commit is contained in:
2020-03-07 19:33:57 +01:00
parent ac07fbf306
commit 6d7448b897
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -4,4 +4,3 @@
.*.swp .*.swp
.AppleDouble .AppleDouble
lib lib
Libraries
+1
View File
@@ -0,0 +1 @@
../../Logging
+1 -1
View File
@@ -1,6 +1,6 @@
#include "MySQLClientImpl.h" #include "MySQLClientImpl.h"
#include "MySQLResultSetImpl.h" #include "MySQLResultSetImpl.h"
#include "Logging.h" #include <Logging.h>
#include <sstream> #include <sstream>