# HG changeset patch # User Sebastien Jodogne # Date 1548172406 -3600 # Node ID 5765cc5fd2688a8b7d9c94962598a495f3799905 # Parent b559af8fe6e0b393d646f4ed9105326b44482044 reverted fix for OS X that breaks other targets diff -r b559af8fe6e0 -r 5765cc5fd268 Framework/PostgreSQL/PostgreSQLDatabase.cpp --- a/Framework/PostgreSQL/PostgreSQLDatabase.cpp Tue Jan 22 15:35:52 2019 +0100 +++ b/Framework/PostgreSQL/PostgreSQLDatabase.cpp Tue Jan 22 16:53:26 2019 +0100 @@ -19,8 +19,8 @@ **/ +#include "PostgreSQLIncludes.h" // Must be the first #include "PostgreSQLDatabase.h" -#include "PostgreSQLIncludes.h" #include "PostgreSQLResult.h" #include "PostgreSQLStatement.h" diff -r b559af8fe6e0 -r 5765cc5fd268 Framework/PostgreSQL/PostgreSQLLargeObject.cpp --- 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 #include diff -r b559af8fe6e0 -r 5765cc5fd268 Framework/PostgreSQL/PostgreSQLResult.cpp --- a/Framework/PostgreSQL/PostgreSQLResult.cpp Tue Jan 22 15:35:52 2019 +0100 +++ b/Framework/PostgreSQL/PostgreSQLResult.cpp Tue Jan 22 16:53:26 2019 +0100 @@ -19,8 +19,8 @@ **/ +#include "PostgreSQLIncludes.h" // Must be the first #include "PostgreSQLResult.h" -#include "PostgreSQLIncludes.h" #include "../Common/BinaryStringValue.h" #include "../Common/FileValue.h" diff -r b559af8fe6e0 -r 5765cc5fd268 Framework/PostgreSQL/PostgreSQLStatement.cpp --- a/Framework/PostgreSQL/PostgreSQLStatement.cpp Tue Jan 22 15:35:52 2019 +0100 +++ b/Framework/PostgreSQL/PostgreSQLStatement.cpp Tue Jan 22 16:53:26 2019 +0100 @@ -19,8 +19,8 @@ **/ +#include "PostgreSQLIncludes.h" // Must be the first #include "PostgreSQLStatement.h" -#include "PostgreSQLIncludes.h" #include "../Common/BinaryStringValue.h" #include "../Common/FileValue.h"