forked from mia/Aegisub
Fix reporter compilation errors
Originally committed to SVN as r5481.
This commit is contained in:
parent
eea30df7db
commit
8ccc0acc9d
4 changed files with 5 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
|||
#ifndef LAGI_PRE
|
||||
#include <math.h>
|
||||
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#ifndef LAGI_PRE
|
||||
#include <fstream>
|
||||
#include <map>
|
||||
#endif
|
||||
|
||||
#include <libaegisub/exception.h>
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
#include "aegisub.h"
|
||||
#include "util.h"
|
||||
|
||||
#include <libaegisub/option_value.h>
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
#include "../src/config.h"
|
||||
#else
|
||||
|
|
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in a new issue