SPU2: more missing PCH

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2020-10-06 07:36:48 +02:00 committed by refractionpcsx2
parent f5b92ecdee
commit 11bb7bdff9
6 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#ifdef __linux__ #ifdef __linux__
#include "PrecompiledHeader.h"
#include <alsa/asoundlib.h> #include <alsa/asoundlib.h>
#include "../Global.h" #include "../Global.h"

View File

@ -13,6 +13,7 @@
* If not, see <http://www.gnu.org/licenses/>. * If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "PrecompiledHeader.h"
#include "../Global.h" #include "../Global.h"
#include "Dialogs.h" #include "Dialogs.h"
#include "Config.h" #include "Config.h"

View File

@ -13,6 +13,7 @@
* If not, see <http://www.gnu.org/licenses/>. * If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "PrecompiledHeader.h"
#include "../Global.h" #include "../Global.h"
#include "Dialogs.h" #include "Dialogs.h"
#include "Config.h" #include "Config.h"

View File

@ -13,6 +13,7 @@
* If not, see <http://www.gnu.org/licenses/>. * If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "PrecompiledHeader.h"
#include "../Global.h" #include "../Global.h"
#include "Dialogs.h" #include "Dialogs.h"
#include "Config.h" #include "Config.h"

View File

@ -15,6 +15,7 @@
// To be continued... // To be continued...
#include "PrecompiledHeader.h"
#include "Dialogs.h" #include "Dialogs.h"
#include <cstring> #include <cstring>

View File

@ -13,6 +13,7 @@
* If not, see <http://www.gnu.org/licenses/>. * If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "PrecompiledHeader.h"
#include <cassert> #include <cassert>
#include <iostream> #include <iostream>