diff options
Diffstat (limited to 'src/resources/db/networkdb.h')
-rw-r--r-- | src/resources/db/networkdb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/db/networkdb.h b/src/resources/db/networkdb.h index 0018daaa5..697adbc44 100644 --- a/src/resources/db/networkdb.h +++ b/src/resources/db/networkdb.h @@ -23,8 +23,9 @@ #include "enums/simpletypes/skiperror.h" +#include "utils/vector.h" + #include <map> -#include <vector> #include <string> typedef std::map<int32_t, int32_t> NetworkInPacketInfos; |