summaryrefslogtreecommitdiff
path: root/source/core/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/list.h')
-rw-r--r--source/core/list.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/core/list.h b/source/core/list.h
index 3a325955a..6df60b74b 100644
--- a/source/core/list.h
+++ b/source/core/list.h
@@ -1,10 +1,11 @@
-#ifndef FUNDAMENTAL_LIB_LIST_H
+#ifndef FUNDAMENTAL_LIB_LIST_H
#define FUNDAMENTAL_LIB_LIST_H
+#include "../../slang.h"
+
#include "allocator.h"
#include "slang-math.h"
#include "array-view.h"
-#include "slang-defines.h"
#include <algorithm>
#include <new>