diff --git a/src_features/performPrivacyOperation/cmd_performPrivacyOperation.c b/src_features/performPrivacyOperation/cmd_performPrivacyOperation.c index b396d33..9bd5802 100644 --- a/src_features/performPrivacyOperation/cmd_performPrivacyOperation.c +++ b/src_features/performPrivacyOperation/cmd_performPrivacyOperation.c @@ -1,5 +1,6 @@ #include "shared_context.h" #include "apdu_constants.h" +#include "ethUtils.h" #include "ui_flow.h" #include "feature_performPrivacyOperation.h" diff --git a/src_features/performPrivacyOperation/ui_common_performPrivacyOperation.c b/src_features/performPrivacyOperation/ui_common_performPrivacyOperation.c index 6cc7182..ac045f2 100644 --- a/src_features/performPrivacyOperation/ui_common_performPrivacyOperation.c +++ b/src_features/performPrivacyOperation/ui_common_performPrivacyOperation.c @@ -1,6 +1,7 @@ #include "shared_context.h" #include "feature_getPublicKey.h" #include "ui_callbacks.h" +#include "feature_performPrivacyOperation.h" unsigned int io_seproxyhal_touch_privacy_ok(__attribute__((unused)) const bagl_element_t *e) { uint32_t tx = set_result_perform_privacy_operation();