summaryrefslogtreecommitdiff
path: root/Source/Library/Common/SimpleList.class.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Library/Common/SimpleList.class.h')
-rw-r--r--Source/Library/Common/SimpleList.class.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Library/Common/SimpleList.class.h b/Source/Library/Common/SimpleList.class.h
index 64e37aa..3e0f968 100644
--- a/Source/Library/Common/SimpleList.class.h
+++ b/Source/Library/Common/SimpleList.class.h
@@ -1,6 +1,8 @@
#ifndef DEF_SIMPLELIST_CLASS_H
#define DEF_SIMPLELIST_CLASS_H
+#include <common.h>
+
/* This class implements a singly linked list. It is also used to represent one of its elements. */
template <typename T>