From c28e005087bb43040d769f5ff72c44552e90d618 Mon Sep 17 00:00:00 2001 From: Gregory Tsipenyuk Date: Wed, 6 Mar 2024 16:24:07 -0500 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 efe44f820df..b9451e1cfbf 100644 --- a/Builds/CMake/RippledCore.cmake +++ b/Builds/CMake/RippledCore.cmake @@ -269,6 +269,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