diff 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
line wrap: on
line diff
--- a/Framework/PostgreSQL/PostgreSQLResult.cpp	Sat Dec 12 17:49:07 2020 +0100
+++ b/Framework/PostgreSQL/PostgreSQLResult.cpp	Sat Dec 12 19:45:47 2020 +0100
@@ -22,13 +22,6 @@
 #include "PostgreSQLIncludes.h"  // Must be the first
 #include "PostgreSQLResult.h"
 
-// Get "ntohl()" defined
-#if defined(_WIN32)
-#  include <winsock.h>
-#else
-#  include <arpa/inet.h>
-#endif
-
 #include "../Common/BinaryStringValue.h"
 #include "../Common/FileValue.h"
 #include "../Common/Integer64Value.h"