mirror of https://github.com/odrling/Aegisub
Fixed a litle oops from last commit.
Originally committed to SVN as r2084.
This commit is contained in:
parent
db0cc24ae3
commit
735aebb393
|
@ -37,7 +37,7 @@
|
||||||
///////////
|
///////////
|
||||||
// Headers
|
// Headers
|
||||||
#ifdef WITH_UNIVCHARDET
|
#ifdef WITH_UNIVCHARDET
|
||||||
#include <wx/prec.h>
|
#include <wx/wxprec.h>
|
||||||
#include "charset_detect.h"
|
#include "charset_detect.h"
|
||||||
#include "text_file_reader.h"
|
#include "text_file_reader.h"
|
||||||
#include "../universalchardet/nsCharSetProber.h"
|
#include "../universalchardet/nsCharSetProber.h"
|
||||||
|
|
Loading…
Reference in New Issue