aboutsummaryrefslogtreecommitdiff
path: root/src/features/feature.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/feature.cc')
-rw-r--r--src/features/feature.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/features/feature.cc b/src/features/feature.cc
index 0fd2d6c..a941ecf 100644
--- a/src/features/feature.cc
+++ b/src/features/feature.cc
@@ -2,8 +2,10 @@
#include "../spellcasting.h"
#include "../attack.h"
#include "../utils.h"
+#include "../creature.h"
#include <nlohmann/json.hpp>
#include <memory>
+#include <string>
using namespace std;