projects
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b76bad0
)
Add missing includes for GCC 11 (bsc#1181874)
author
Michael Andres
<ma@suse.de>
Mon, 19 Apr 2021 07:51:51 +0000
(09:51 +0200)
committer
Adrian Bunk
<bunk@debian.org>
Sat, 25 Feb 2023 20:30:40 +0000
(22:30 +0200)
Gbp-Pq: Name 0001-Add-missing-includes-for-GCC-11-bsc-
1181874
.patch
tests/zypp/StringV_test.cc
patch
|
blob
|
history
diff --git
a/tests/zypp/StringV_test.cc
b/tests/zypp/StringV_test.cc
index 5c47a03024ea4caf7141c2ad5d2944cca7cb8bef..477aa8b5680699c075c833a7fe5ef55dd01381e0 100644
(file)
--- a/
tests/zypp/StringV_test.cc
+++ b/
tests/zypp/StringV_test.cc
@@
-1,6
+1,7
@@
#include <boost/test/unit_test.hpp>
#include <iostream>
#include <sstream>
+#include <optional>
#include <zypp/base/StringV.h>
using std::cout;