aboutsummaryrefslogtreecommitdiff
path: root/build2/types
diff options
context:
space:
mode:
Diffstat (limited to 'build2/types')
-rw-r--r--build2/types5
1 files changed, 5 insertions, 0 deletions
diff --git a/build2/types b/build2/types
index e7ab8ba..f8abef2 100644
--- a/build2/types
+++ b/build2/types
@@ -32,6 +32,7 @@
#include <butl/timestamp>
#include <butl/vector-view>
#include <butl/small-vector>
+#include <butl/target-triplet>
namespace build2
{
@@ -137,6 +138,10 @@ namespace build2
using butl::auto_fd;
using butl::ifdstream;
using butl::ofdstream;
+
+ // <butl/target-triplet>
+ //
+ using butl::target_triplet;
}
// In order to be found (via ADL) these have to be either in std:: or in