Add missing <fstream> header, this should fix compilation on unix/osx.
Originally committed to SVN as r3521.
This commit is contained in:
parent
b017d60e39
commit
e4271d6aac
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
|
||||
#ifdef WITH_UNIVCHARDET
|
||||
#ifndef AGI_PRE
|
||||
#include <fstream>
|
||||
#include <list>
|
||||
|
||||
#include <wx/choicdlg.h>
|
||||
|
|
Loading…
Reference in a new issue