projects
/
platform
/
core
/
system
/
sessiond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83d5d1b
)
gcc14 fix: Add missing include
86/312286/1
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen/9.0/unified/20241030.235345
accepted/tizen/unified/20240611.123249
accepted/tizen/unified/dev/20240620.005804
accepted/tizen/unified/toolchain/20240610.172858
accepted/tizen/unified/x/20240610.223436
accepted/tizen/unified/x/asan/20240625.092002
tizen_9.0
tizen_9.0_m2_release
author
Karol Lewandowski
<k.lewandowsk@samsung.com>
Wed, 5 Jun 2024 12:36:50 +0000
(14:36 +0200)
committer
Karol Lewandowski
<k.lewandowsk@samsung.com>
Wed, 5 Jun 2024 12:36:50 +0000
(14:36 +0200)
Change-Id: I246815dca73e8d46a081a830fa72d2f7d690ceee
tests/api_tests/test_hlp.hpp
patch
|
blob
|
history
diff --git
a/tests/api_tests/test_hlp.hpp
b/tests/api_tests/test_hlp.hpp
index 23b7e1b7eec51d89c270d50c1c8d40b5f09d66d5..a26bf77ae511c3b3c615c5376560b856217de637 100644
(file)
--- 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>