diff Framework/PostgreSQL/PostgreSQLLargeObject.cpp @ 103:9263b3de37ed

fix build on Debian Buster
author jodogne
date Tue, 22 Jan 2019 13:14:52 +0000
parents 714c5d2bee76
children eefbcee7bd78
line wrap: on
line diff
--- a/Framework/PostgreSQL/PostgreSQLLargeObject.cpp	Mon Jan 21 17:34:50 2019 +0100
+++ b/Framework/PostgreSQL/PostgreSQLLargeObject.cpp	Tue Jan 22 13:14:52 2019 +0000
@@ -21,6 +21,7 @@
 
 // http://www.postgresql.org/docs/9.1/static/lo-interfaces.html#AEN33102
 
+#include "PostgreSQLIncludes.h"
 #include "PostgreSQLLargeObject.h"
 
 #include <Core/Logging.h>