comparison 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
comparison
equal deleted inserted replaced
102:905bd21eb327 103:9263b3de37ed
19 **/ 19 **/
20 20
21 21
22 // http://www.postgresql.org/docs/9.1/static/lo-interfaces.html#AEN33102 22 // http://www.postgresql.org/docs/9.1/static/lo-interfaces.html#AEN33102
23 23
24 #include "PostgreSQLIncludes.h"
24 #include "PostgreSQLLargeObject.h" 25 #include "PostgreSQLLargeObject.h"
25 26
26 #include <Core/Logging.h> 27 #include <Core/Logging.h>
27 #include <Core/OrthancException.h> 28 #include <Core/OrthancException.h>
28 29