@@ -11,6 +11,14 @@ | |||
#pragma once | |||
#include "../CodeDweller/faults.hpp" | |||
#ifdef WIN32 | |||
// Required because threading.hpp includes windows.h. | |||
#include <winsock2.h> | |||
#endif | |||
#include "../CodeDweller/threading.hpp" | |||
#include <cmath> | |||
#include <cctype> |
@@ -29,6 +29,14 @@ | |||
#include <ctime> | |||
#include <string> | |||
#include "../CodeDweller/faults.hpp" | |||
#ifdef WIN32 | |||
// Required because threading.hpp includes windows.h. | |||
#include <winsock2.h> | |||
#endif | |||
#include "../CodeDweller/threading.hpp" | |||
#include "GBUdb.hpp" | |||
#include "FilterChain.hpp" |
@@ -8,6 +8,13 @@ | |||
#pragma once | |||
#ifdef WIN32 | |||
// Required because threading.hpp includes windows.h. | |||
#include <winsock2.h> | |||
#endif | |||
#include "../CodeDweller/threading.hpp" | |||
#include "../CodeDweller/timing.hpp" | |||
#include "snfCFGmgr.hpp" |
@@ -19,6 +19,14 @@ | |||
#include <cstdio> | |||
#include "../CodeDweller/timing.hpp" | |||
#ifdef WIN32 | |||
// Required because threading.hpp includes windows.h. | |||
#include <winsock2.h> | |||
#endif | |||
#include "../CodeDweller/threading.hpp" | |||
#include "../CodeDweller/histogram.hpp" | |||
@@ -10,6 +10,14 @@ | |||
#include <string> | |||
#include <queue> | |||
#include "../CodeDweller/timing.hpp" | |||
#ifdef WIN32 | |||
// Required because threading.hpp includes windows.h. | |||
#include <winsock2.h> | |||
#endif | |||
#include "../CodeDweller/threading.hpp" | |||
#include "../CodeDweller/networking.hpp" | |||
#include "snf_xci.hpp" |