diff options
author | Karol Lewandowski <k.lewandowsk@samsung.com> | 2024-06-05 14:36:50 +0200 |
---|---|---|
committer | Karol Lewandowski <k.lewandowsk@samsung.com> | 2024-06-05 14:36:50 +0200 |
commit | aa4a66322935d0c69a8f12ad5befe5bb97aca579 (patch) | |
tree | 4f9081c5b3a4de2b9a9666ae89c7b765b8357817 | |
parent | 83d5d1bddb6a849bdd5757fc6c821a1536142f9c (diff) | |
download | sessiond-accepted/tizen_9.0_unified.tar.gz sessiond-accepted/tizen_9.0_unified.tar.bz2 sessiond-accepted/tizen_9.0_unified.zip |
gcc14 fix: Add missing includetizen_9.0_m2_releasetizen_9.0accepted/tizen/unified/x/asan/20240625.092002accepted/tizen/unified/x/20240610.223436accepted/tizen/unified/toolchain/20240610.172858accepted/tizen/unified/dev/20240620.005804accepted/tizen/unified/20240611.123249accepted/tizen/9.0/unified/20241030.235345tizen_9.0accepted/tizen_unified_x_asanaccepted/tizen_unified_xaccepted/tizen_unified_toolchainaccepted/tizen_unified_devaccepted/tizen_9.0_unified
Change-Id: I246815dca73e8d46a081a830fa72d2f7d690ceee
-rw-r--r-- | tests/api_tests/test_hlp.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/api_tests/test_hlp.hpp b/tests/api_tests/test_hlp.hpp index 23b7e1b..a26bf77 100644 --- a/tests/api_tests/test_hlp.hpp +++ b/tests/api_tests/test_hlp.hpp @@ -1,5 +1,6 @@ #pragma once #include <iostream> +#include <algorithm> #include <memory> #include <gio/gio.h> #include <pthread.h> |