From 4d99d22e10a3cb2a421da1618c127128816613c9 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 26 Sep 2023 13:36:07 +1000 Subject: std::string -> std::pmr::string in psram --- src/dev_console/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dev_console/CMakeLists.txt') diff --git a/src/dev_console/CMakeLists.txt b/src/dev_console/CMakeLists.txt index 74911e66..5555bf61 100644 --- a/src/dev_console/CMakeLists.txt +++ b/src/dev_console/CMakeLists.txt @@ -5,5 +5,5 @@ idf_component_register( SRCS "console.cpp" INCLUDE_DIRS "include" - REQUIRES "console") + REQUIRES "console" "memory") target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS}) -- cgit v1.2.3