summaryrefslogtreecommitdiff
path: root/src/tables.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-06-20 22:49:05 +0200
committerBardur Arantsson <bardur@scientician.net>2016-06-20 22:49:05 +0200
commit68e2a10b2d76cb3a2f5aa6818b4b184b6a02ef14 (patch)
treeec51a0b9156c6a28fa2764441ca66db36441604b /src/tables.cc
parentfc41a7d28d8896da79963d23ed1afba408e27470 (diff)
Rework RF{1,2,3,7,8,9}_* monster flags to use flag_set<>
Diffstat (limited to 'src/tables.cc')
-rw-r--r--src/tables.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tables.cc b/src/tables.cc
index 02bdfedf..5f873630 100644
--- a/src/tables.cc
+++ b/src/tables.cc
@@ -10,6 +10,7 @@
#include "tables.h"
#include "modules.hpp"
+#include "monster_race_flag.hpp"
#include "monster_spell_flag.hpp"
#include "options.hpp"
#include "q_library.hpp"