summaryrefslogtreecommitdiff
path: root/inc/list.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/list.hpp')
-rw-r--r--inc/list.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/list.hpp b/inc/list.hpp
index 3ad8477..8cf409b 100644
--- a/inc/list.hpp
+++ b/inc/list.hpp
@@ -1,10 +1,13 @@
#ifndef list_h
#define list_h
+#include <list>
+
#include "creature.hpp"
#include "resource.hpp"
#include "window.hpp"
#include "location.hpp"
+#include "constants.hpp"
class List
{