Add missing header includes, fixes CXX_BUILD.

This commit is contained in:
Alcaro 2015-09-06 14:46:04 +02:00
parent 6d6508b974
commit 9554597160
10 changed files with 12 additions and 0 deletions

View File

@ -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"

View File

@ -17,6 +17,7 @@
#include <file/file_path.h>
#include "frontend.h"
#include "../system.h"
#include "../driver.h"
#include "../general.h"

View File

@ -21,6 +21,7 @@
#include <stdint.h>
#include <stddef.h>
#include <boolean.h>
#include "frontend_driver.h"
#ifdef __cplusplus
extern "C" {

View File

@ -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>

View File

@ -22,6 +22,7 @@
#include <stdlib.h>
#include <file/dir_list.h>
#include <file/file_path.h>
#include <string/string_list.h>

View File

@ -1,3 +1,5 @@
#include <retro_dirent.h>
#include <stdlib.h>
#if defined(_WIN32)

View File

@ -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)

View File

@ -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)

View File

@ -13,6 +13,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "tasks.h"
#include <compat/strcasestr.h>
#include <compat/strl.h>

View File

@ -18,6 +18,7 @@
#include <rthreads/rthreads.h>
#endif
#include "tasks.h"
#include "../input/input_overlay.h"
#ifdef HAVE_THREADS