diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-12 01:23:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-12 01:23:30 +0300 |
commit | acb641367e891de2fccd56717472aed43a95349c (patch) | |
tree | c8763c4cc53119af108d6a44439083e078adbef2 /src/net/ea | |
parent | 886908baa91b87770be6770392c5f52c560919f5 (diff) | |
download | plus-acb641367e891de2fccd56717472aed43a95349c.tar.gz plus-acb641367e891de2fccd56717472aed43a95349c.tar.bz2 plus-acb641367e891de2fccd56717472aed43a95349c.tar.xz plus-acb641367e891de2fccd56717472aed43a95349c.zip |
Add missing include into network.cpp.
Diffstat (limited to 'src/net/ea')
-rw-r--r-- | src/net/ea/network.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/ea/network.cpp b/src/net/ea/network.cpp index bee70d46f..ea6587421 100644 --- a/src/net/ea/network.cpp +++ b/src/net/ea/network.cpp @@ -25,6 +25,8 @@ #include "configuration.h" #include "logger.h" +#include "net/packetinfo.h" + #include "utils/delete2.h" #include "utils/gettext.h" #include "utils/sdlhelper.h" |