diff Framework/PostgreSQL/PostgreSQLLargeObject.cpp @ 105:eefbcee7bd78

fix build on OS X
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Jan 2019 15:16:05 +0100
parents 9263b3de37ed
children 5765cc5fd268
line wrap: on
line diff
--- a/Framework/PostgreSQL/PostgreSQLLargeObject.cpp	Tue Jan 22 14:48:27 2019 +0100
+++ b/Framework/PostgreSQL/PostgreSQLLargeObject.cpp	Tue Jan 22 15:16:05 2019 +0100
@@ -21,8 +21,8 @@
 
 // http://www.postgresql.org/docs/9.1/static/lo-interfaces.html#AEN33102
 
+#include "PostgreSQLLargeObject.h"
 #include "PostgreSQLIncludes.h"
-#include "PostgreSQLLargeObject.h"
 
 #include <Core/Logging.h>
 #include <Core/OrthancException.h>