From 72bbeda46e30820775d6cfba97116cfd28a19cd6 Mon Sep 17 00:00:00 2001 From: Gregory Tsipenyuk Date: Thu, 19 Feb 2026 18:39:02 +0900 Subject: [PATCH] build: add STCurrency.h to xrpl_core to fix clio build (#4939) --- Builds/CMake/RippledCore.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Builds/CMake/RippledCore.cmake b/Builds/CMake/RippledCore.cmake index 448077dc0..44f87890e 100644 --- a/Builds/CMake/RippledCore.cmake +++ b/Builds/CMake/RippledCore.cmake @@ -293,6 +293,7 @@ install ( src/ripple/protocol/SOTemplate.h src/ripple/protocol/STAccount.h src/ripple/protocol/STAmount.h + src/ripple/protocol/STCurrency.h src/ripple/protocol/STIssue.h src/ripple/protocol/STArray.h src/ripple/protocol/STBase.h