Skip to content

Commit f81fc1a

Browse files
committed
fix perf
1 parent a9474c4 commit f81fc1a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/core/util/func_tests/util_tests.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include <gtest/gtest.h>
22

3+
#include <cstdlib>
4+
#include <string>
35
#include <thread>
46

57
#include "core/util/include/util.hpp"

tasks/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ foreach(TASK_TYPE ${LIST_OF_TASKS})
9090
endif (USE_PERF_TESTS)
9191

9292
foreach (EXEC_FUNC ${LIST_OF_EXEC_TESTS})
93-
target_link_libraries(${EXEC_FUNC} PUBLIC core_module_lib ${exec_func_lib})
93+
target_link_libraries(${EXEC_FUNC} PUBLIC ${exec_func_lib} core_module_lib)
9494

9595
if ("${MODULE_NAME}" STREQUAL "stl")
9696
target_link_libraries(${EXEC_FUNC} PUBLIC Threads::Threads)

0 commit comments

Comments
 (0)