comparison Framework/PostgreSQL/PostgreSQLLargeObject.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
comparison
equal deleted inserted replaced
104:0a713ffdf842 105:eefbcee7bd78
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 "PostgreSQLLargeObject.h"
24 #include "PostgreSQLIncludes.h" 25 #include "PostgreSQLIncludes.h"
25 #include "PostgreSQLLargeObject.h"
26 26
27 #include <Core/Logging.h> 27 #include <Core/Logging.h>
28 #include <Core/OrthancException.h> 28 #include <Core/OrthancException.h>
29 29
30 #include <boost/lexical_cast.hpp> 30 #include <boost/lexical_cast.hpp>