summaryrefslogtreecommitdiff
path: root/src/bldg.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
commit3a6e755dd2efe4e7d72515d4c0041cc3042d0c5f (patch)
tree4f2f1535657353f8bedc9c63613900d820e87dd7 /src/bldg.cc
parentf995c99cc4b7c0695b3642c8bbac06124874ffcb (diff)
Move cmd3.cc function declarations to separate header
Diffstat (limited to 'src/bldg.cc')
-rw-r--r--src/bldg.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bldg.cc b/src/bldg.cc
index 1c9386cd..59d9fa60 100644
--- a/src/bldg.cc
+++ b/src/bldg.cc
@@ -14,6 +14,7 @@
*/
#include "angband.h"
+#include "cmd3.hpp"
#include "hooks.h"
#include "mimic.hpp"
#include "q_library.h"