From 7de7462548fa96307e0d620ce7118fc815770bd3 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 12 Aug 2025 18:30:52 -0500 Subject: [PATCH] updated build system --- repertory/repertory/include/ui/mgmt_app_config.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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>