mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
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.
This commit is contained in:
parent
90e9e6fef1
commit
2b730ac4fa
@ -38,8 +38,8 @@
|
||||
// Headers
|
||||
#ifdef WITH_UNIVCHARDET
|
||||
#include <wx/wxprec.h>
|
||||
#include "charset_detect.h"
|
||||
#include "text_file_reader.h"
|
||||
#include "charset_detect.h"
|
||||
#include "../universalchardet/nsCharSetProber.h"
|
||||
#include <wx/intl.h>
|
||||
#include <wx/choicdlg.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user