(Nuklear) Silence some build errors

This commit is contained in:
twinaphex 2016-11-06 17:27:19 +01:00
parent 63798b0cf6
commit f1129d982f
3 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <retro_assert.h>
#include <compat/posix_string.h>
#include <compat/strl.h>
#include <file/file_path.h>
#include <formats/image.h>
#include <gfx/math/matrix_4x4.h>

View File

@ -21,6 +21,7 @@
#include <string.h>
#include <file/file_path.h>
#include <compat/strl.h>
#include <string/stdstring.h>
#include <lists/string_list.h>
#include <lists/dir_list.h>

View File

@ -23,6 +23,7 @@
#include <string.h>
#include <file/file_path.h>
#include <compat/strl.h>
#include <string/stdstring.h>
#include <lists/string_list.h>