summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/get_level_device.cc2
-rw-r--r--tests/lua_get_level.cc1
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/get_level_device.cc b/tests/get_level_device.cc
index a5a5afa9..95e51ad1 100644
--- a/tests/get_level_device.cc
+++ b/tests/get_level_device.cc
@@ -1,4 +1,4 @@
-#include "angband.h"
+#include "lua_bind.hpp"
#include "spell_type.hpp"
#include <bandit/bandit.h>
using namespace bandit;
diff --git a/tests/lua_get_level.cc b/tests/lua_get_level.cc
index 317fbe0e..a434903e 100644
--- a/tests/lua_get_level.cc
+++ b/tests/lua_get_level.cc
@@ -1,3 +1,4 @@
+#include "lua_bind.hpp"
#include "spell_type.hpp"
#include <bandit/bandit.h>
using namespace bandit;