aboutsummaryrefslogtreecommitdiffstats
path: root/alc/cpu_caps.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-03-22 11:09:19 -0700
committerChris Robinson <[email protected]>2020-03-22 11:09:19 -0700
commit3d09898d4050d0ab96fada0b64499f38f4404ab2 (patch)
treedd48e052b3eaed4f2d588e41d67490e179e8c1de /alc/cpu_caps.cpp
parent2acdcba8d19cc84fb06f0fbe1df4bc26c0e2c009 (diff)
Use the correct include for al::fstream
Diffstat (limited to 'alc/cpu_caps.cpp')
-rw-r--r--alc/cpu_caps.cpp2
1 files changed, 1 insertions, 1 deletions
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 <cctype>
-#include <fstream>
#include <string>
+#include "alfstream.h"
#include "logging.h"