diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-29 19:05:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-29 20:53:56 +0300 |
commit | 864e023e0faeca5aa662023a54af7e4f9797fafa (patch) | |
tree | ae76f85900e16e2c15d82b661077a265ecdd2276 /src/net/ea/beingrecv.cpp | |
parent | 4c4d59b85e3b89812cede60dea8cf0d0185695ae (diff) | |
download | mv-864e023e0faeca5aa662023a54af7e4f9797fafa.tar.gz mv-864e023e0faeca5aa662023a54af7e4f9797fafa.tar.bz2 mv-864e023e0faeca5aa662023a54af7e4f9797fafa.tar.xz mv-864e023e0faeca5aa662023a54af7e4f9797fafa.zip |
Move foreach macroses into separate file.
Diffstat (limited to 'src/net/ea/beingrecv.cpp')
-rw-r--r-- | src/net/ea/beingrecv.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/ea/beingrecv.cpp b/src/net/ea/beingrecv.cpp index b6e848bc5..fcb3871f8 100644 --- a/src/net/ea/beingrecv.cpp +++ b/src/net/ea/beingrecv.cpp @@ -40,6 +40,8 @@ #include "gui/windows/socialwindow.h" +#include "utils/foreach.h" + #include "resources/map/map.h" #include "net/messagein.h" |