diff options
author | Chris Robinson <[email protected]> | 2022-09-12 22:41:17 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-09-12 22:50:43 -0700 |
commit | 090cf39b17c633586339efa7b8691788563c4fe2 (patch) | |
tree | 8673683fd97ad74dd02c67ac64f27be508abe5a5 /core/ambdec.cpp | |
parent | 2d49920e7a2069ea6f0b4529f59286f8955d145f (diff) |
Use ifstream's wchar_t constructors on Windows
MinGW seems to have added them a while ago, so that greatly simplifies things.
Diffstat (limited to 'core/ambdec.cpp')
-rw-r--r-- | core/ambdec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ambdec.cpp b/core/ambdec.cpp index 4e4c7e1e..db8f45ab 100644 --- a/core/ambdec.cpp +++ b/core/ambdec.cpp @@ -15,7 +15,7 @@ #include "albit.h" #include "alfstream.h" #include "alspan.h" -#include "core/logging.h" +#include "opthelpers.h" namespace { |