mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-19 02:51:07 +02:00
Add Windows.h include to ShutdownEventListener
This commit is contained in:
parent
f3efbb35f4
commit
1ee23a1661
2 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,6 @@
|
|||
#define hifi_AssignmentClient_h
|
||||
|
||||
#include <QtCore/QCoreApplication>
|
||||
#include <QAbstractNativeEventFilter>
|
||||
|
||||
#include "ShutdownEventListener.h"
|
||||
#include "ThreadedAssignment.h"
|
||||
|
|
|
@ -11,6 +11,10 @@
|
|||
|
||||
#include "ShutdownEventListener.h"
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
ShutdownEventListener::ShutdownEventListener(QObject* parent) : QObject(parent) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue