mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 12:44:03 +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")
|
||||||
|
|
Loading…
Reference in a new issue