diff --git a/repos/gems/src/app/sculpt_manager/keyboard_focus.h b/repos/gems/src/app/sculpt_manager/keyboard_focus.h index 183e899bb0..3720dfdfa0 100644 --- a/repos/gems/src/app/sculpt_manager/keyboard_focus.h +++ b/repos/gems/src/app/sculpt_manager/keyboard_focus.h @@ -18,6 +18,7 @@ #include /* local includes */ +#include #include #include #include diff --git a/repos/gems/src/app/sculpt_manager/main.cc b/repos/gems/src/app/sculpt_manager/main.cc index 5e78da4d03..76a287068f 100644 --- a/repos/gems/src/app/sculpt_manager/main.cc +++ b/repos/gems/src/app/sculpt_manager/main.cc @@ -362,7 +362,6 @@ struct Sculpt::Main : Input_event_handler, _deploy._handle_managed_deploy(); } - Deploy _deploy { _env, _heap, _child_states, _runtime_state, *this, *this, *this, _launcher_listing_rom, _blueprint_rom, _download_queue }; @@ -522,6 +521,7 @@ struct Sculpt::Main : Input_event_handler, Attached_rom_dataspace const _platform { _env, "platform_info" }; + /**************************************** ** Cached model of the runtime config ** ****************************************/ diff --git a/repos/gems/src/app/sculpt_manager/model/file_operation_queue.h b/repos/gems/src/app/sculpt_manager/model/file_operation_queue.h index 5c1934de19..bbdeca53e7 100644 --- a/repos/gems/src/app/sculpt_manager/model/file_operation_queue.h +++ b/repos/gems/src/app/sculpt_manager/model/file_operation_queue.h @@ -15,6 +15,7 @@ #define _MODEL__FILE_OPERATION_QUEUE_H_ #include +#include #include namespace Sculpt { struct File_operation_queue; } diff --git a/repos/gems/src/app/sculpt_manager/view/ram_fs_dialog.h b/repos/gems/src/app/sculpt_manager/view/ram_fs_dialog.h index dfa39ac914..5326dbecee 100644 --- a/repos/gems/src/app/sculpt_manager/view/ram_fs_dialog.h +++ b/repos/gems/src/app/sculpt_manager/view/ram_fs_dialog.h @@ -15,6 +15,7 @@ #define _VIEW__RAM_FS_DIALOG_H_ #include +#include #include namespace Sculpt { struct Ram_fs_dialog; }