Fix g++ 14

This commit is contained in:
wincent
2024-06-06 09:37:49 +02:00
parent ac1b00fdaa
commit 87613f287f
3 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#include "MessageIdentifiers.h"
#include "BitStream.h"
#include <string>
#include <algorithm>
enum class eConnectionType : uint16_t;