forked from mia/Aegisub
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue