diff --git a/repertory/repertory/include/ui/mgmt_app_config.hpp b/repertory/repertory/include/ui/mgmt_app_config.hpp index 64b07b52..02a07a7c 100644 --- a/repertory/repertory/include/ui/mgmt_app_config.hpp +++ b/repertory/repertory/include/ui/mgmt_app_config.hpp @@ -23,6 +23,7 @@ #define REPERTORY_INCLUDE_UI_MGMT_APP_CONFIG_HPP_ #include "types/repertory.hpp" +#include "utils/atomic.hpp" namespace repertory::ui { class mgmt_app_config final { @@ -34,9 +35,9 @@ private: std::atomic launch_only_{false}; private: - atomic api_password_{"repertory"}; + utils::atomic api_password_{"repertory"}; std::atomic api_port_{default_ui_mgmt_port}; - atomic api_user_{"repertory"}; + utils::atomic api_user_{"repertory"}; std::atomic auto_start_{false}; std::unordered_map>