summaryrefslogtreecommitdiff
path: root/src/store.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/store.cc')
-rw-r--r--src/store.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/store.cc b/src/store.cc
index 94c0eab3..ef2a97a1 100644
--- a/src/store.cc
+++ b/src/store.cc
@@ -11,11 +11,12 @@
*/
#include "angband.h"
-
#include "spell_type.h"
#include "quark.h"
#include "hooks.h"
+#include <cassert>
+
#define STORE_GENERAL_STORE "General Store"
#define STORE_ARMOURY "Armoury"
#define STORE_WEAPONSMITH "Weaponsmith"