diff Framework/PostgreSQL/PostgreSQLIncludes.h @ 152:063aa53b5917

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2020 08:54:32 +0200
parents 4cd7e45b671e
children 8c7bb94adff7
line wrap: on
line diff
--- a/Framework/PostgreSQL/PostgreSQLIncludes.h	Mon Jun 29 19:22:34 2020 +0200
+++ b/Framework/PostgreSQL/PostgreSQLIncludes.h	Wed Jul 01 08:54:32 2020 +0200
@@ -26,7 +26,7 @@
 #include <vector>
 #include <map>
 #include <cmath>
-#include <Core/Enumerations.h>
+#include <Enumerations.h>
 
 /**
  * This include must be before including "c.h" from PostgreSQL,
@@ -42,7 +42,7 @@
 
 #if PG_VERSION_NUM >= 110000
 #  include <postgres.h>
-#  undef LOG  // This one comes from <postgres.h>, and conflicts with <Core/Logging.h>
+#  undef LOG  // This one comes from <postgres.h>, and conflicts with <Logging.h>
 #endif
 
 #include <libpq-fe.h>