diff options
author | madmaxoft <github@xoft.cz> | 2013-08-16 10:48:19 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-16 10:48:30 +0200 |
commit | 0cb00996de574095fac49e181a11e6a766248743 (patch) | |
tree | d55b61dd2ca191bc44e11abe22100dacf62e9248 /source/Mobs/Skeleton.cpp | |
parent | Removed squirrel plugin remnants (diff) | |
download | cuberite-0cb00996de574095fac49e181a11e6a766248743.tar cuberite-0cb00996de574095fac49e181a11e6a766248743.tar.gz cuberite-0cb00996de574095fac49e181a11e6a766248743.tar.bz2 cuberite-0cb00996de574095fac49e181a11e6a766248743.tar.lz cuberite-0cb00996de574095fac49e181a11e6a766248743.tar.xz cuberite-0cb00996de574095fac49e181a11e6a766248743.tar.zst cuberite-0cb00996de574095fac49e181a11e6a766248743.zip |
Diffstat (limited to 'source/Mobs/Skeleton.cpp')
-rw-r--r-- | source/Mobs/Skeleton.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Mobs/Skeleton.cpp b/source/Mobs/Skeleton.cpp index 8dacbece8..bec912afa 100644 --- a/source/Mobs/Skeleton.cpp +++ b/source/Mobs/Skeleton.cpp @@ -2,6 +2,7 @@ #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules #include "Skeleton.h" +#include "../World.h" |