From d349dd76018db23f44d8554fa5985fcf3766cd51 Mon Sep 17 00:00:00 2001 From: Florian OMNES <26088210+flomnes@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:25:06 +0200 Subject: [PATCH] Fix missing header --- src/tests/inmemory-study/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/inmemory-study/CMakeLists.txt b/src/tests/inmemory-study/CMakeLists.txt index 36c757f717..bb7cd26e13 100644 --- a/src/tests/inmemory-study/CMakeLists.txt +++ b/src/tests/inmemory-study/CMakeLists.txt @@ -11,6 +11,7 @@ target_link_libraries(in-memory-study PUBLIC ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY} antares-solver-simulation + Antares::application PRIVATE Antares::infoCollection )