diff --git a/examples/platform/esp32/Rpc.cpp b/examples/platform/esp32/Rpc.cpp index a385d7d9287ad8..9286191dc4eeca 100644 --- a/examples/platform/esp32/Rpc.cpp +++ b/examples/platform/esp32/Rpc.cpp @@ -53,8 +53,8 @@ #endif // defined(PW_RPC_LOCKING_SERVICE) && PW_RPC_LOCKING_SERVICE #if defined(PW_RPC_TRACING_SERVICE) && PW_RPC_TRACING_SERVICE -#include "pw_trace_tokenized/trace_rpc_service_nanopb.h" #include "pw_trace/trace.h" +#include "pw_trace_tokenized/trace_rpc_service_nanopb.h" // Define trace time for pw_trace PW_TRACE_TIME_TYPE pw_trace_GetTraceTime()