Add missing <fstream> header, this should fix compilation on unix/osx.

Originally committed to SVN as r3521.
This commit is contained in:
Amar Takhar 2009-09-11 01:07:38 +00:00
parent b017d60e39
commit e4271d6aac
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#ifdef WITH_UNIVCHARDET
#ifndef AGI_PRE
#include <fstream>
#include <list>
#include <wx/choicdlg.h>