diff --git a/menu/menu_navigation.h b/menu/menu_navigation.h index a60497eaa5..40179e7b15 100644 --- a/menu/menu_navigation.h +++ b/menu/menu_navigation.h @@ -17,6 +17,13 @@ #ifndef _MENU_NAVIGATION_H #define _MENU_NAVIGATION_H +#include +#ifdef _WIN32 +#include +#else +#include +#endif + #ifdef __cplusplus extern "C" { #endif