Browse Source
fix build
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3016/head
crueter
1 month ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
0 deletions
-
src/qt_common/qt_common.cpp
|
|
@ -42,6 +42,7 @@ |
|
|
|
|
|
|
|
|
#ifdef _WIN32
|
|
|
#ifdef _WIN32
|
|
|
#include <windows.h>
|
|
|
#include <windows.h>
|
|
|
|
|
|
#include <QApplication>
|
|
|
#include <QSettings>
|
|
|
#include <QSettings>
|
|
|
#include "core/core_timing.h"
|
|
|
#include "core/core_timing.h"
|
|
|
#include "common/windows/timer_resolution.h"
|
|
|
#include "common/windows/timer_resolution.h"
|
|
|
|