Fix reporter compilation errors

Originally committed to SVN as r5481.
This commit is contained in:
Thomas Goyne 2011-07-16 03:36:42 +00:00
parent eea30df7db
commit 8ccc0acc9d
4 changed files with 5 additions and 1 deletions

View File

@ -21,6 +21,7 @@
#ifndef LAGI_PRE
#include <math.h>
#include <map>
#include <memory>
#include <string>
#include <vector>

View File

@ -22,6 +22,7 @@
#ifndef LAGI_PRE
#include <fstream>
#include <map>
#endif
#include <libaegisub/exception.h>

View File

@ -24,6 +24,8 @@
#include "aegisub.h"
#include "util.h"
#include <libaegisub/option_value.h>
#ifdef __WINDOWS__
#include "../src/config.h"
#else

View File

@ -47,7 +47,7 @@ bool Reporter::OnInit() {
// if ( !wxApp::OnInit() )
// return false;
wxApp::CheckBuildOptions(WX_BUILD_OPTIONS_SIGNATURE, _("Reporter"));
wxApp::CheckBuildOptions(WX_BUILD_OPTIONS_SIGNATURE, _("Reporter").c_str());
static const wxCmdLineEntryDesc cmdLineDesc[] = {