diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-30 17:28:14 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-30 17:28:14 -0700 |
commit | e1c116ca35e79830173bcb3b91b17aaf360479fb (patch) | |
tree | 6f1e08f4e001684d2b3ce9e5eb3abfd82deaf8e7 /src/map/magic.cpp | |
parent | 9f438b1bccca459e484560232e5b6e7dfdbacd61 (diff) | |
download | tmwa-e1c116ca35e79830173bcb3b91b17aaf360479fb.tar.gz tmwa-e1c116ca35e79830173bcb3b91b17aaf360479fb.tar.bz2 tmwa-e1c116ca35e79830173bcb3b91b17aaf360479fb.tar.xz tmwa-e1c116ca35e79830173bcb3b91b17aaf360479fb.zip |
Fix some build bugs in exotic configurations
Diffstat (limited to 'src/map/magic.cpp')
-rw-r--r-- | src/map/magic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/magic.cpp b/src/map/magic.cpp index b6dc806..84d133a 100644 --- a/src/map/magic.cpp +++ b/src/map/magic.cpp @@ -9,7 +9,7 @@ #include "magic-expr.hpp" #include "magic-interpreter-base.hpp" #include "magic-interpreter-lexer.hpp" -#include "magic-interpreter-parser.hpp" +#include "src/map/magic-interpreter-parser.hpp" #include "magic-stmt.hpp" #include "magic.hpp" |