From 853bc76b58f5bfbf37594096f434f341ed7cb680 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 24 Apr 2025 08:48:29 -0500 Subject: [PATCH] fix --- repertory/repertory/src/ui/handlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/repertory/src/ui/handlers.cpp b/repertory/repertory/src/ui/handlers.cpp index b28447a7..4ac1ef10 100644 --- a/repertory/repertory/src/ui/handlers.cpp +++ b/repertory/repertory/src/ui/handlers.cpp @@ -23,6 +23,7 @@ #include "app_config.hpp" #include "events/event_system.hpp" +#include "platform/platfrom.hpp" #include "types/repertory.hpp" #include "ui/mgmt_app_config.hpp" #include "utils/collection.hpp" @@ -37,7 +38,6 @@ #include #include #include -#include namespace { [[nodiscard]] auto decrypt(std::string_view data, std::string_view password)