summaryrefslogtreecommitdiff
path: root/src/net/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ipc.h')
-rw-r--r--src/net/ipc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/ipc.h b/src/net/ipc.h
index 4a346e890..0d45e781f 100644
--- a/src/net/ipc.h
+++ b/src/net/ipc.h
@@ -28,8 +28,9 @@ PRAGMACLANG6GCC(GCC diagnostic ignored "-Wold-style-cast")
#include "net/sdltcpnet.h"
PRAGMACLANG6GCC(GCC diagnostic pop)
+#include "utils/vector.h"
+
#include <string>
-#include <vector>
class IPC final
{