comparison Framework/PostgreSQL/PostgreSQLIncludes.h @ 108:57c0138d456e

fix os x
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Jan 2019 17:21:32 +0100
parents 9263b3de37ed
children a981ef52bcf6
comparison
equal deleted inserted replaced
107:5765cc5fd268 108:57c0138d456e
19 **/ 19 **/
20 20
21 21
22 #pragma once 22 #pragma once
23 23
24 // These includes are necessary for compilation on OS X
25 #include <unistd.h>
26 #include <vector>
27 #include <map>
28 #include <cmath>
29 #include <Core/Enumerations.h>
30
24 // PostgreSQL includes 31 // PostgreSQL includes
25 #include <pg_config.h> 32 #include <pg_config.h>
26 33
27 #if PG_VERSION_NUM >= 110000 34 #if PG_VERSION_NUM >= 110000
28 # include <postgres.h> 35 # include <postgres.h>