Silence warning with --disable-menu

This commit is contained in:
twinaphex 2020-07-20 02:04:43 +02:00
parent c387071298
commit 6be4adffdf

View File

@ -72,10 +72,11 @@
#ifdef HAVE_MENU
#include "../menu/menu_driver.h"
#endif
#ifdef HAVE_GFX_WIDGETS
#include "../gfx/gfx_widgets.h"
#endif
#endif
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)
#include "../menu/menu_shader.h"