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
|
#ifndef LAGI_PRE
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
#include <map>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
#ifndef LAGI_PRE
|
#ifndef LAGI_PRE
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
#include <map>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <libaegisub/exception.h>
|
#include <libaegisub/exception.h>
|
||||||
|
|
|
@ -24,6 +24,8 @@
|
||||||
#include "aegisub.h"
|
#include "aegisub.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
|
#include <libaegisub/option_value.h>
|
||||||
|
|
||||||
#ifdef __WINDOWS__
|
#ifdef __WINDOWS__
|
||||||
#include "../src/config.h"
|
#include "../src/config.h"
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -47,7 +47,7 @@ bool Reporter::OnInit() {
|
||||||
// if ( !wxApp::OnInit() )
|
// if ( !wxApp::OnInit() )
|
||||||
// return false;
|
// return false;
|
||||||
|
|
||||||
wxApp::CheckBuildOptions(WX_BUILD_OPTIONS_SIGNATURE, _("Reporter"));
|
wxApp::CheckBuildOptions(WX_BUILD_OPTIONS_SIGNATURE, _("Reporter").c_str());
|
||||||
|
|
||||||
|
|
||||||
static const wxCmdLineEntryDesc cmdLineDesc[] = {
|
static const wxCmdLineEntryDesc cmdLineDesc[] = {
|
||||||
|
|
Loading…
Reference in a new issue