diff Framework/PostgreSQL/PostgreSQLIncludes.h @ 173:30d3f68631d2

support of mingw in postgresql
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 Dec 2020 14:50:51 +0100
parents 8c7bb94adff7
children 0246923d4df9
line wrap: on
line diff
--- a/Framework/PostgreSQL/PostgreSQLIncludes.h	Fri Dec 11 12:49:33 2020 +0100
+++ b/Framework/PostgreSQL/PostgreSQLIncludes.h	Fri Dec 11 14:50:51 2020 +0100
@@ -36,6 +36,7 @@
  * "__builtin_expect()" used by PostgreSQL 11.
  **/
 #include <boost/date_time/posix_time/posix_time.hpp>
+#include <boost/system/error_code.hpp>
 
 // PostgreSQL includes
 #include <pg_config.h>