From f4b6372c1fe8d48aceb853272e0b822b967a56d7 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 1 Feb 2025 16:25:17 +0100 Subject: Use new pointerlist and envmap --- src/bootstrap.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bootstrap.cc') 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"); -- cgit v1.2.3