Update DAPNETGateway.cpp

added missing #include <algorithm>
This commit is contained in:
Ralph A. Schmid 2018-07-11 09:19:20 +02:00 committed by GitHub
parent 86c9e170ee
commit 49c16f50b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,7 @@ const char* DEFAULT_INI_FILE = "/etc/DAPNETGateway.ini";
#include <clocale>
#include <cassert>
#include <cmath>
#include <algorithm>
const unsigned int FRAME_LENGTH_CODEWORDS = 2U;
const unsigned int BATCH_LENGTH_CODEWORDS = 17U;