Skip to content

Commit fbe6842

Browse files
authored
Merge pull request #93 from baba-dev/codex/fix-build-errors-in-app-launcher
fix: include settings controller header in launcher view
2 parents f925461 + cb6fd9d commit fbe6842

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

  • app/apps/app_launcher/view

app/apps/app_launcher/view/view.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@
1212
#include <smooth_ui_toolkit.h>
1313
#include <vector>
1414

15-
struct ui_root_t;
15+
#include "integration/settings_controller.h"
1616

17-
namespace custom::integration
18-
{
19-
class SettingsController;
20-
}
17+
struct ui_root_t;
2118

2219
namespace launcher_view
2320
{

0 commit comments

Comments
 (0)