mirror of
https://github.com/g4klx/DAPNETGateway.git
synced 2026-08-26 12:32:45 -04:00
Update DAPNETGateway.cpp
added missing #include <algorithm>
This commit is contained in:
parent
86c9e170ee
commit
49c16f50b1
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue