Skip to content

Commit cb6fd9d

Browse files
committed
fix(app_launcher): include settings controller
1 parent 738a2ca commit cb6fd9d

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)