added missing include to legacy network lib

pull/1010/head
AlexandreRouma 2023-03-10 17:59:13 +01:00
rodzic 37920b6476
commit a4f3c92a03
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,7 @@
#include <utils/networking.h>
#include <assert.h>
#include <utils/flog.h>
#include <stdexcept>
namespace net {