From 40483b512218bab50fccaaeb11b51e5ca528fbe1 Mon Sep 17 00:00:00 2001 From: Chris Robinson <chris.kcat@gmail.com> Date: Thu, 4 May 2023 07:30:33 -0700 Subject: Use std::optional instead of a custom implementation --- core/cpu_caps.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'core/cpu_caps.cpp') diff --git a/core/cpu_caps.cpp b/core/cpu_caps.cpp index d4b4d86c..165edb24 100644 --- a/core/cpu_caps.cpp +++ b/core/cpu_caps.cpp @@ -17,6 +17,7 @@ #include <intrin.h> #endif +#include <algorithm> #include <array> #include <cctype> #include <string> -- cgit v1.2.3