From 256e873e7b6adfe536c1905c1ae75dc55f2abb8a Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 2 Aug 2024 19:42:49 -0500 Subject: [PATCH] updated build system --- support/3rd_party/test/src/utils/encryption_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/3rd_party/test/src/utils/encryption_test.cpp b/support/3rd_party/test/src/utils/encryption_test.cpp index cc66ab8d..f2e5c814 100644 --- a/support/3rd_party/test/src/utils/encryption_test.cpp +++ b/support/3rd_party/test/src/utils/encryption_test.cpp @@ -24,7 +24,7 @@ #include "gtest/gtest.h" #include "utils/collection.hpp" -#include "utils/encrypt.hpp" +#include "utils/encryption.hpp" #include "utils/file.hpp" #include "utils/string.hpp"