diff options
author | Chris Robinson <[email protected]> | 2020-12-16 03:01:27 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-16 03:02:49 -0800 |
commit | 9710a859fa13ea105071b1e4d72a335d8ec6b3be (patch) | |
tree | 1bea199e5cf08595303e8417f16431baa5e68b3f /alc/cpu_caps.cpp | |
parent | 41594a07bcc69ce15c1af57294baba52c656097f (diff) |
Add missing include
Diffstat (limited to 'alc/cpu_caps.cpp')
-rw-r--r-- | alc/cpu_caps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/cpu_caps.cpp b/alc/cpu_caps.cpp index 184c23dd..1c176fa1 100644 --- a/alc/cpu_caps.cpp +++ b/alc/cpu_caps.cpp @@ -18,11 +18,11 @@ #include <cpuid.h> #endif +#include <array> #include <cctype> #include <string> #include "alfstream.h" -#include "logging.h" int CPUCapFlags{0}; |