comparison Framework/PostgreSQL/PostgreSQLResult.cpp @ 176:0246923d4df9

trying to fix msvc builds with postgresql
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 12 Dec 2020 17:49:07 +0100
parents 275e14f57f1e
children 02ad3ea95fca
comparison
equal deleted inserted replaced
175:1b67c6f8037c 176:0246923d4df9
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
25 #include "../Common/BinaryStringValue.h" 32 #include "../Common/BinaryStringValue.h"
26 #include "../Common/FileValue.h" 33 #include "../Common/FileValue.h"
27 #include "../Common/Integer64Value.h" 34 #include "../Common/Integer64Value.h"
28 #include "../Common/NullValue.h" 35 #include "../Common/NullValue.h"
29 #include "../Common/Utf8StringValue.h" 36 #include "../Common/Utf8StringValue.h"