summaryrefslogtreecommitdiff
path: root/src/squeltch.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:41 +0100
commit05f1835fd9ec10fa3dd3c9962605e889ec0fc698 (patch)
tree29be9e6ea0daf4c4e3c88ed19e82cc570cd0cb96 /src/squeltch.cc
parente574b1a3941295190b6809efd18b33b80f8bd7a1 (diff)
Move lua_bind.cc declarations to separate header file
Diffstat (limited to 'src/squeltch.cc')
-rw-r--r--src/squeltch.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/squeltch.cc b/src/squeltch.cc
index dbd78317..594cd67c 100644
--- a/src/squeltch.cc
+++ b/src/squeltch.cc
@@ -11,6 +11,7 @@
#include "files.hpp"
#include "loadsave.hpp"
+#include "lua_bind.hpp"
#include "object1.hpp"
#include "object2.hpp"
#include "tome/squelch/tree_printer.hpp"