summaryrefslogtreecommitdiff
path: root/src/buildtool/common/identifier.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/common/identifier.hpp')
-rw-r--r--src/buildtool/common/identifier.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/common/identifier.hpp b/src/buildtool/common/identifier.hpp
index e10e4f73..a00d2572 100644
--- a/src/buildtool/common/identifier.hpp
+++ b/src/buildtool/common/identifier.hpp
@@ -18,6 +18,7 @@
#include <iomanip>
#include <sstream>
#include <string>
+#include <type_traits>
// Global artifact identifier (not the CAS hash)
using ArtifactIdentifier = std::string;