summaryrefslogtreecommitdiffstats
path: root/core/self_list.h
diff options
context:
space:
mode:
authorMarcel Admiraal <madmiraal@users.noreply.github.com>2019-10-08 10:17:11 +0200
committerMarcel Admiraal <madmiraal@users.noreply.github.com>2019-10-08 11:03:57 +0200
commitc2aa3e2351c3a7eec912ce8f06fe8e9f72f6605c (patch)
treed21e4beb18c725171df2ed0ab850c126de8d2a9a /core/self_list.h
parent98497ff71928daff6afb393b26e230e28bf18e3e (diff)
downloadredot-engine-c2aa3e2351c3a7eec912ce8f06fe8e9f72f6605c.tar.gz
Remove circular include between core/typedefs.h and core/error_macros.h
Diffstat (limited to 'core/self_list.h')
-rw-r--r--core/self_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/self_list.h b/core/self_list.h
index 314d440977..07abcd1d53 100644
--- a/core/self_list.h
+++ b/core/self_list.h
@@ -31,6 +31,7 @@
#ifndef SELF_LIST_H
#define SELF_LIST_H
+#include "core/error_macros.h"
#include "core/typedefs.h"
template <class T>