mirror of https://github.com/PCSX2/pcsx2.git
SPU2: more missing PCH
This commit is contained in:
parent
f5b92ecdee
commit
11bb7bdff9
|
@ -17,6 +17,7 @@
|
|||
|
||||
#ifdef __linux__
|
||||
|
||||
#include "PrecompiledHeader.h"
|
||||
#include <alsa/asoundlib.h>
|
||||
|
||||
#include "../Global.h"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "PrecompiledHeader.h"
|
||||
#include "../Global.h"
|
||||
#include "Dialogs.h"
|
||||
#include "Config.h"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "PrecompiledHeader.h"
|
||||
#include "../Global.h"
|
||||
#include "Dialogs.h"
|
||||
#include "Config.h"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "PrecompiledHeader.h"
|
||||
#include "../Global.h"
|
||||
#include "Dialogs.h"
|
||||
#include "Config.h"
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
// To be continued...
|
||||
|
||||
#include "PrecompiledHeader.h"
|
||||
#include "Dialogs.h"
|
||||
#include <cstring>
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "PrecompiledHeader.h"
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
|
||||
|
|
Loading…
Reference in New Issue