diff Framework/PostgreSQL/PostgreSQLLargeObject.cpp @ 107:5765cc5fd268

reverted fix for OS X that breaks other targets
author Sebastien Jodogne <s.jodogne@orthanc-labs.com>
date Tue, 22 Jan 2019 16:53:26 +0100
parents eefbcee7bd78
children 4cd7e45b671e
line wrap: on
line diff
--- a/Framework/PostgreSQL/PostgreSQLLargeObject.cpp	Tue Jan 22 15:35:52 2019 +0100
+++ b/Framework/PostgreSQL/PostgreSQLLargeObject.cpp	Tue Jan 22 16:53:26 2019 +0100
@@ -21,8 +21,8 @@
 
 // http://www.postgresql.org/docs/9.1/static/lo-interfaces.html#AEN33102
 
+#include "PostgreSQLIncludes.h"  // Must be the first
 #include "PostgreSQLLargeObject.h"
-#include "PostgreSQLIncludes.h"
 
 #include <Core/Logging.h>
 #include <Core/OrthancException.h>