diff options
Diffstat (limited to 'src/bootstrap.cc')
-rw-r--r-- | src/bootstrap.cc | 1 |
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"); |