summaryrefslogtreecommitdiff
path: root/src/net/eathena/beingrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-29 19:05:52 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-29 20:53:56 +0300
commit864e023e0faeca5aa662023a54af7e4f9797fafa (patch)
treeae76f85900e16e2c15d82b661077a265ecdd2276 /src/net/eathena/beingrecv.cpp
parent4c4d59b85e3b89812cede60dea8cf0d0185695ae (diff)
downloadManaVerse-864e023e0faeca5aa662023a54af7e4f9797fafa.tar.gz
ManaVerse-864e023e0faeca5aa662023a54af7e4f9797fafa.tar.bz2
ManaVerse-864e023e0faeca5aa662023a54af7e4f9797fafa.tar.xz
ManaVerse-864e023e0faeca5aa662023a54af7e4f9797fafa.zip
Move foreach macroses into separate file.
Diffstat (limited to 'src/net/eathena/beingrecv.cpp')
-rw-r--r--src/net/eathena/beingrecv.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/beingrecv.cpp b/src/net/eathena/beingrecv.cpp
index d906ce835..d99fa241e 100644
--- a/src/net/eathena/beingrecv.cpp
+++ b/src/net/eathena/beingrecv.cpp
@@ -62,6 +62,7 @@
#include "resources/map/map.h"
#include "utils/checkutils.h"
+#include "utils/foreach.h"
#include "utils/timer.h"
#include "debug.h"