mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Add missing header includes, fixes CXX_BUILD.
This commit is contained in:
parent
6d6508b974
commit
9554597160
@ -18,6 +18,8 @@
|
||||
|
||||
#include <string/string_list.h>
|
||||
|
||||
#include "audio_monitor.h"
|
||||
#include "audio_driver.h"
|
||||
#include "audio_utils.h"
|
||||
#include "audio_thread_wrapper.h"
|
||||
#include "../general.h"
|
||||
|
@ -17,6 +17,7 @@
|
||||
|
||||
#include <file/file_path.h>
|
||||
|
||||
#include "frontend.h"
|
||||
#include "../system.h"
|
||||
#include "../driver.h"
|
||||
#include "../general.h"
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <boolean.h>
|
||||
#include "frontend_driver.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -13,6 +13,7 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "input_remapping.h"
|
||||
#include <file/config_file.h>
|
||||
#include <file/file_path.h>
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <file/dir_list.h>
|
||||
#include <file/file_path.h>
|
||||
#include <string/string_list.h>
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#include <retro_dirent.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#if defined(_WIN32)
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
#include <file/file_path.h>
|
||||
#include "../menu.h"
|
||||
#include "../menu_cbs.h"
|
||||
|
||||
static int action_cancel_pop_default(const char *path,
|
||||
const char *label, unsigned type, size_t idx)
|
||||
|
@ -14,6 +14,7 @@
|
||||
*/
|
||||
|
||||
#include "../menu.h"
|
||||
#include "../menu_cbs.h"
|
||||
#include "../menu_hash.h"
|
||||
|
||||
static int action_refresh_default(file_list_t *list, file_list_t *menu_list)
|
||||
|
@ -13,6 +13,7 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "tasks.h"
|
||||
#include <compat/strcasestr.h>
|
||||
#include <compat/strl.h>
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include <rthreads/rthreads.h>
|
||||
#endif
|
||||
|
||||
#include "tasks.h"
|
||||
#include "../input/input_overlay.h"
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
|
Loading…
Reference in New Issue
Block a user