From 090cf39b17c633586339efa7b8691788563c4fe2 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 12 Sep 2022 22:41:17 -0700 Subject: Use ifstream's wchar_t constructors on Windows MinGW seems to have added them a while ago, so that greatly simplifies things. --- core/ambdec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/ambdec.cpp') 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 { -- cgit v1.2.3