diff --git a/NXDNGateway/APRSWriter.h b/NXDNGateway/APRSWriter.h index 3a65122..b4a113c 100644 --- a/NXDNGateway/APRSWriter.h +++ b/NXDNGateway/APRSWriter.h @@ -37,7 +37,7 @@ #include #endif #else -#include +#include #endif class CAPRSWriter { diff --git a/NXDNGateway/RptNetwork.h b/NXDNGateway/RptNetwork.h index 8cdedac..5efbdc9 100644 --- a/NXDNGateway/RptNetwork.h +++ b/NXDNGateway/RptNetwork.h @@ -29,7 +29,7 @@ #include #include #else -#include +#include #endif #include diff --git a/NXDNGateway/StopWatch.h b/NXDNGateway/StopWatch.h index 3f8fa19..b628392 100644 --- a/NXDNGateway/StopWatch.h +++ b/NXDNGateway/StopWatch.h @@ -20,6 +20,7 @@ #define STOPWATCH_H #if defined(_WIN32) || defined(_WIN64) +#include #include #else #include diff --git a/NXDNGateway/UDPSocket.h b/NXDNGateway/UDPSocket.h index b22eefc..3f5585b 100644 --- a/NXDNGateway/UDPSocket.h +++ b/NXDNGateway/UDPSocket.h @@ -32,7 +32,6 @@ #include #include #else -#include #include #endif diff --git a/NXDNGateway/Version.h b/NXDNGateway/Version.h index b3a94e5..5e2b52b 100644 --- a/NXDNGateway/Version.h +++ b/NXDNGateway/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20200906"; +const char* VERSION = "20200920"; #endif diff --git a/NXDNParrot/StopWatch.h b/NXDNParrot/StopWatch.h index 3f8fa19..b628392 100644 --- a/NXDNParrot/StopWatch.h +++ b/NXDNParrot/StopWatch.h @@ -20,6 +20,7 @@ #define STOPWATCH_H #if defined(_WIN32) || defined(_WIN64) +#include #include #else #include diff --git a/NXDNParrot/UDPSocket.h b/NXDNParrot/UDPSocket.h index b22eefc..6df7d79 100644 --- a/NXDNParrot/UDPSocket.h +++ b/NXDNParrot/UDPSocket.h @@ -32,8 +32,7 @@ #include #include #else -#include -#include +#include #endif #if !defined(UDP_SOCKET_MAX) diff --git a/NXDNParrot/Version.h b/NXDNParrot/Version.h index 8d2d1c1..10e1e36 100644 --- a/NXDNParrot/Version.h +++ b/NXDNParrot/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20200906"; +const char* VERSION = "20200920"; #endif diff --git a/NXDNReflector/StopWatch.h b/NXDNReflector/StopWatch.h index 3f8fa19..b628392 100644 --- a/NXDNReflector/StopWatch.h +++ b/NXDNReflector/StopWatch.h @@ -20,6 +20,7 @@ #define STOPWATCH_H #if defined(_WIN32) || defined(_WIN64) +#include #include #else #include diff --git a/NXDNReflector/UDPSocket.h b/NXDNReflector/UDPSocket.h index b22eefc..3f5585b 100644 --- a/NXDNReflector/UDPSocket.h +++ b/NXDNReflector/UDPSocket.h @@ -32,7 +32,6 @@ #include #include #else -#include #include #endif diff --git a/NXDNReflector/Version.h b/NXDNReflector/Version.h index b52ac54..f0a8fe6 100644 --- a/NXDNReflector/Version.h +++ b/NXDNReflector/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20200908"; +const char* VERSION = "20200920"; #endif