diff options
| author | Warmist | 2012-06-15 13:08:46 +0300 |
|---|---|---|
| committer | Warmist | 2012-06-15 13:08:46 +0300 |
| commit | 93662034fedc374d0d0a7088720221707c4997d8 (patch) | |
| tree | a668dd790d0eb6345c5229fd3cdbb431bdca088c /plugins/Dfusion | |
| parent | a56f1549a94b89b50605a6236a30124df57a66bf (diff) | |
| parent | 94dfdb486d0a2bbc832f60fd58847732ac670390 (diff) | |
| download | dfhack-93662034fedc374d0d0a7088720221707c4997d8.tar.gz dfhack-93662034fedc374d0d0a7088720221707c4997d8.tar.bz2 dfhack-93662034fedc374d0d0a7088720221707c4997d8.tar.xz | |
Merge branch 'master' of https://github.com/angavrilov/dfhack
Diffstat (limited to 'plugins/Dfusion')
| -rw-r--r-- | plugins/Dfusion/src/lua_Console.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Dfusion/src/lua_Console.cpp b/plugins/Dfusion/src/lua_Console.cpp index 881ba5d2..1d52d615 100644 --- a/plugins/Dfusion/src/lua_Console.cpp +++ b/plugins/Dfusion/src/lua_Console.cpp @@ -1,6 +1,7 @@ -#include "lua_Console.h" #include "LuaTools.h" +#include "lua_Console.h" + #include <sstream> //TODO error management. Using lua error? or something other? |
