From 16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 13 Jul 2017 23:50:42 +0300 Subject: Add vector.h for use different vectors. Also replace include into "utils/vector.h" --- src/net/ipc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/net/ipc.h') 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 -#include class IPC final { -- cgit v1.2.3-60-g2f50