aboutsummaryrefslogtreecommitdiffstats
path: root/alc/ambdec.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-09-22 12:23:41 -0700
committerChris Robinson <[email protected]>2019-09-22 12:23:41 -0700
commit95996effaf04c87b7091c904e6545bc1e5e25aee (patch)
tree70068093db98249b3fb33dc3c52b6079630bcd46 /alc/ambdec.cpp
parent9c95f62e95a76059548762f2e7d2e9bb0e8d4631 (diff)
Move the ifstream wrapper to common
Diffstat (limited to 'alc/ambdec.cpp')
-rw-r--r--alc/ambdec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/ambdec.cpp b/alc/ambdec.cpp
index fa29d268..adf116fe 100644
--- a/alc/ambdec.cpp
+++ b/alc/ambdec.cpp
@@ -10,7 +10,7 @@
#include <sstream>
#include <string>
-#include "compat.h"
+#include "alfstream.h"
#include "logging.h"