diff Framework/PostgreSQL/PostgreSQLDatabase.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/PostgreSQLDatabase.cpp	Tue Jan 22 14:48:27 2019 +0100
+++ b/Framework/PostgreSQL/PostgreSQLDatabase.cpp	Tue Jan 22 15:16:05 2019 +0100
@@ -19,8 +19,8 @@
  **/
 
 
+#include "PostgreSQLDatabase.h"
 #include "PostgreSQLIncludes.h"
-#include "PostgreSQLDatabase.h"
 
 #include "PostgreSQLResult.h"
 #include "PostgreSQLStatement.h"