aboutsummaryrefslogtreecommitdiff
path: root/build2/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/types.hxx')
-rw-r--r--build2/types.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/build2/types.hxx b/build2/types.hxx
index 32780ef..a84a433 100644
--- a/build2/types.hxx
+++ b/build2/types.hxx
@@ -5,6 +5,14 @@
#ifndef BUILD2_TYPES_HXX
#define BUILD2_TYPES_HXX
+// Include unprocessed file during bootstrap. See config.hxx.in for details.
+//
+#ifdef BUILD2_BOOTSTRAP
+# include <build2/config.hxx.in>
+#else
+# include <build2/config.hxx>
+#endif
+
#include <array>
#include <tuple>
#include <vector>