From 3d09898d4050d0ab96fada0b64499f38f4404ab2 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 22 Mar 2020 11:09:19 -0700 Subject: Use the correct include for al::fstream --- alc/cpu_caps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alc/cpu_caps.cpp') diff --git a/alc/cpu_caps.cpp b/alc/cpu_caps.cpp index 9470d7a0..5be02124 100644 --- a/alc/cpu_caps.cpp +++ b/alc/cpu_caps.cpp @@ -11,9 +11,9 @@ #endif #include -#include #include +#include "alfstream.h" #include "logging.h" -- cgit v1.2.3