summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libadhocutil/case_less.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libadhocutil/case_less.cpp b/libadhocutil/case_less.cpp
index 7960990..4a41910 100644
--- a/libadhocutil/case_less.cpp
+++ b/libadhocutil/case_less.cpp
@@ -1,5 +1,6 @@
#include "case_less.h"
#include <string_view>
+#include <type_traits>
static_assert(
std::is_member_function_pointer_v<decltype(&AdHoc::case_less::operator()<std::string_view, std::string_view>)>);