diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-13 23:50:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-13 23:50:42 +0300 |
commit | 16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1 (patch) | |
tree | 1db34fd6c50a1421ac186a3652f1e43494881286 /src/net/ipc.h | |
parent | f5c004a94061cab1685fa063b039dc2eec29cbbe (diff) | |
download | plus-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.tar.gz plus-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.tar.bz2 plus-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.tar.xz plus-16bcb81b0509725e4546bcb3c390ca3c1bb7e7b1.zip |
Add vector.h for use different vectors.
Also replace <vector> include into "utils/vector.h"
Diffstat (limited to 'src/net/ipc.h')
-rw-r--r-- | src/net/ipc.h | 3 |
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 { |