comparison Framework/PostgreSQL/PostgreSQLResult.cpp @ 177:02ad3ea95fca

fix build on ubuntu 16.04
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 12 Dec 2020 19:45:47 +0100
parents 0246923d4df9
children 3236894320d6
comparison
equal deleted inserted replaced
176:0246923d4df9 177:02ad3ea95fca
20 20
21 21
22 #include "PostgreSQLIncludes.h" // Must be the first 22 #include "PostgreSQLIncludes.h" // Must be the first
23 #include "PostgreSQLResult.h" 23 #include "PostgreSQLResult.h"
24 24
25 // Get "ntohl()" defined
26 #if defined(_WIN32)
27 # include <winsock.h>
28 #else
29 # include <arpa/inet.h>
30 #endif
31
32 #include "../Common/BinaryStringValue.h" 25 #include "../Common/BinaryStringValue.h"
33 #include "../Common/FileValue.h" 26 #include "../Common/FileValue.h"
34 #include "../Common/Integer64Value.h" 27 #include "../Common/Integer64Value.h"
35 #include "../Common/NullValue.h" 28 #include "../Common/NullValue.h"
36 #include "../Common/Utf8StringValue.h" 29 #include "../Common/Utf8StringValue.h"