summaryrefslogtreecommitdiff
path: root/src/q_rand.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:40 +0100
committerBardur Arantsson <bardur@scientician.net>2015-03-07 16:55:40 +0100
commitd6d10c02823805bf5f2088dfaedaf925a83ff52f (patch)
tree7e4d2b88cfe860098bc0dd271bb6318eec02ca1b /src/q_rand.cc
parenta9d2bec5905a6b29023ce106f44032eba7a9c474 (diff)
Split generate.cc declarations to separate header file
Diffstat (limited to 'src/q_rand.cc')
-rw-r--r--src/q_rand.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/q_rand.cc b/src/q_rand.cc
index 4acd220b..874c7e7a 100644
--- a/src/q_rand.cc
+++ b/src/q_rand.cc
@@ -1,6 +1,7 @@
#include "q_rand.h"
#include "cave.hpp"
+#include "generate.hpp"
#include "hooks.h"
#include "messages.h"
#include "monster2.hpp"