mirror of https://github.com/PCSX2/pcsx2.git
Qt: no-pch support
This commit is contained in:
parent
9094ee0dc6
commit
280316dceb
|
@ -15,8 +15,9 @@
|
|||
|
||||
#pragma once
|
||||
#include <QtCore/QDir>
|
||||
#include <QtCore/QString>
|
||||
#include <QtCore/QPair>
|
||||
#include <QtCore/QString>
|
||||
#include <QtCore/QThread>
|
||||
#include <QtCore/QVector>
|
||||
#include <QtWidgets/QWidget>
|
||||
#include <string>
|
||||
|
|
|
@ -15,8 +15,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtCore/QSortFilterProxyModel>
|
||||
#include <QtGui/QStandardItemModel>
|
||||
#include <QtWidgets/QDialog>
|
||||
|
||||
#include "ui_DEV9DnsHostDialog.h"
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include <atomic>
|
||||
|
||||
#include "common/Assertions.h"
|
||||
#include "common/Console.h"
|
||||
|
||||
//Designed to allow one thread to queue data to another thread
|
||||
template <class T>
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <functional>
|
||||
#include <mutex>
|
||||
#include <optional>
|
||||
#include <string_view>
|
||||
#include <variant>
|
||||
|
|
Loading…
Reference in New Issue