From 2b730ac4fa81b22b6f70e8d46e7018748485b69b Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Fri, 21 Mar 2008 02:22:00 +0000 Subject: [PATCH] Move charset_detect.h above text_file_reader.cpp, universalchardet is defining, or undefining things that doesn't make fstream very happy. Originally committed to SVN as r2086. --- aegisub/charset_detect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/charset_detect.cpp b/aegisub/charset_detect.cpp index 923968766..bcbb07c6e 100644 --- a/aegisub/charset_detect.cpp +++ b/aegisub/charset_detect.cpp @@ -38,8 +38,8 @@ // Headers #ifdef WITH_UNIVCHARDET #include -#include "charset_detect.h" #include "text_file_reader.h" +#include "charset_detect.h" #include "../universalchardet/nsCharSetProber.h" #include #include