Build: Explicitly include ppsspp_config.h.
This adds it to all files that use it. Not all our builds include the file.
This commit is contained in:
parent
6e4dc3f46c
commit
13ec384dbe
32 changed files with 47 additions and 17 deletions
|
@ -15,7 +15,8 @@
|
|||
// Official git repository and contact information can be found at
|
||||
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
|
||||
|
||||
#include "Instance.h"
|
||||
#include "ppsspp_config.h"
|
||||
#include "Core/Instance.h"
|
||||
|
||||
#if !PPSSPP_PLATFORM(WINDOWS) && !PPSSPP_PLATFORM(ANDROID) && !defined(__LIBRETRO__)
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue