add missing include

This commit is contained in:
AlexandreRouma
2025-03-03 15:31:09 +01:00
committed by GitHub
parent 2a84ed202c
commit 553204b801

View File

@@ -1,6 +1,7 @@
#include <spyserver_client.h>
#include <volk/volk.h>
#include <cstring>
#include <chrono>
using namespace std::chrono_literals;
@@ -169,4 +170,4 @@ namespace spyserver {
}
return SpyServerClient(new SpyServerClientClass(std::move(conn), out));
}
}
}