mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
Fix build.
Need to include config.h.
This commit is contained in:
parent
b7ebfa6945
commit
a148abf131
@ -19,6 +19,7 @@
|
||||
#endif
|
||||
|
||||
#include "shader_cg.h"
|
||||
#include "shader_common.h"
|
||||
#include <Cg/cg.h>
|
||||
#include <Cg/cgGL.h>
|
||||
#include "../general.h"
|
||||
|
@ -17,9 +17,15 @@
|
||||
#define SHADER_COMMON_H__
|
||||
|
||||
#include "../boolean.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_OPENGL
|
||||
#include "gl_common.h"
|
||||
#endif
|
||||
|
||||
#include "gfx_context.h"
|
||||
#include "shader_parse.h"
|
||||
#include "math/matrix.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user