mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
try include guards to circumvent a weird error with gcc and unity builds
This commit is contained in:
parent
982ea35d44
commit
4d84507c96
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
#pragma once
|
#ifndef PPUTHREAD_H
|
||||||
|
#define PPUTHREAD_H
|
||||||
#include "Emu/Cell/PPCThread.h"
|
#include "Emu/Cell/PPCThread.h"
|
||||||
#include "Emu/SysCalls/SysCalls.h"
|
#include "Emu/SysCalls/SysCalls.h"
|
||||||
#include "rpcs3.h"
|
#include "rpcs3.h"
|
||||||
|
@ -861,3 +862,4 @@ protected:
|
||||||
};
|
};
|
||||||
|
|
||||||
PPUThread& GetCurrentPPUThread();
|
PPUThread& GetCurrentPPUThread();
|
||||||
|
#endif //PPUTHREAD_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue