aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/zenbase/include/zenbase/concepts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zenbase/include/zenbase/concepts.h b/src/zenbase/include/zenbase/concepts.h
index d4a9d75e8..1da56cefe 100644
--- a/src/zenbase/include/zenbase/concepts.h
+++ b/src/zenbase/include/zenbase/concepts.h
@@ -4,6 +4,8 @@
#include <zenbase/zenbase.h>
+#include <type_traits>
+
// At the time of writing only ver >= 13 of LLVM's libc++ has an implementation
// of std::integral. Some platforms like Ubuntu and Mac OS are still on 12.
#if defined(__cpp_lib_concepts)