fix menu dependencies

This commit is contained in:
yggverse 2024-08-05 06:20:09 +03:00
parent 73625dc0c4
commit db3b6fc4d1
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#include "header.h" #include "menu.h"
namespace app namespace app
{ {

View file

@ -1,7 +1,7 @@
#ifndef APP_BROWSER_MENU_H #ifndef APP_BROWSER_MENU_H
#define APP_BROWSER_MENU_H #define APP_BROWSER_MENU_H
#include "../menu.h" #include "../browser.h"
namespace app namespace app
{ {