From 49c16f50b19b82284a5fb40efef966cf9bd69f3d Mon Sep 17 00:00:00 2001 From: "Ralph A. Schmid" Date: Wed, 11 Jul 2018 09:19:20 +0200 Subject: [PATCH] Update DAPNETGateway.cpp added missing #include --- DAPNETGateway.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/DAPNETGateway.cpp b/DAPNETGateway.cpp index 89839ed..492d148 100644 --- a/DAPNETGateway.cpp +++ b/DAPNETGateway.cpp @@ -47,6 +47,7 @@ const char* DEFAULT_INI_FILE = "/etc/DAPNETGateway.ini"; #include #include #include +#include const unsigned int FRAME_LENGTH_CODEWORDS = 2U; const unsigned int BATCH_LENGTH_CODEWORDS = 17U;