mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 02:30:14 +02:00
trying to get buildability
This commit is contained in:
parent
ff8d4883b1
commit
eee1ba0906
1 changed files with 2 additions and 3 deletions
|
@ -10,17 +10,16 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
|
#include "Application.h"
|
||||||
#include "CrashReporter.h"
|
#include "CrashReporter.h"
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <WinSock2.h>
|
|
||||||
#include <new.h>
|
#include <new.h>
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#include <DbgHelp.h>
|
#include <DbgHelp.h>
|
||||||
|
|
||||||
#include <csignal>
|
#include <csignal>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include "Application.h"
|
|
||||||
|
|
||||||
|
|
||||||
#pragma comment(lib, "Dbghelp.lib")
|
#pragma comment(lib, "Dbghelp.lib")
|
||||||
|
@ -170,4 +169,4 @@ CrashReporter::CrashReporter(QString bugSplatDatabase, QString bugSplatApplicati
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue