From 6d7448b89755bf1da90236e6951d8477df9b3e8b Mon Sep 17 00:00:00 2001 From: JDierkse Date: Sat, 7 Mar 2020 19:33:57 +0100 Subject: [PATCH] Fix Logging Library use --- .gitignore | 1 - Libraries/Logging | 1 + MySQL/MySQLClientImpl.cpp | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 120000 Libraries/Logging diff --git a/.gitignore b/.gitignore index 3a201fa..851ef09 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,3 @@ .*.swp .AppleDouble lib -Libraries diff --git a/Libraries/Logging b/Libraries/Logging new file mode 120000 index 0000000..e18bda1 --- /dev/null +++ b/Libraries/Logging @@ -0,0 +1 @@ +../../Logging \ No newline at end of file diff --git a/MySQL/MySQLClientImpl.cpp b/MySQL/MySQLClientImpl.cpp index 362b237..a325540 100644 --- a/MySQL/MySQLClientImpl.cpp +++ b/MySQL/MySQLClientImpl.cpp @@ -1,6 +1,6 @@ #include "MySQLClientImpl.h" #include "MySQLResultSetImpl.h" -#include "Logging.h" +#include #include