summaryrefslogtreecommitdiff
path: root/src/bootstrap.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2025-02-01 16:25:17 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2025-02-01 16:25:17 +0100
commitf4b6372c1fe8d48aceb853272e0b822b967a56d7 (patch)
tree3f680f1669f2a1c079a77acc20e7da97f7e7dbec /src/bootstrap.cc
parent69d66ac41ab66a5a5da007ccfacc1d5a9d45d819 (diff)
Use new pointerlist and envmapHEADmaster
Diffstat (limited to 'src/bootstrap.cc')
-rw-r--r--src/bootstrap.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap.cc b/src/bootstrap.cc
index 42706c1..be1b5ed 100644
--- a/src/bootstrap.cc
+++ b/src/bootstrap.cc
@@ -19,6 +19,7 @@
#include "tasks.cc"
#include "build.cc"
#include "tools.cc"
+#include "pointerlist.cc"
const std::filesystem::path configurationFile("configuration.cc");
const std::filesystem::path configHeaderFile("config.h");