Commit f5877f9
authored
src/uthenticode.cpp: add missing <utility> include (#63)
Without the change build fails on upcoming gcc-13 as:
[ 12%] Building CXX object uthenticode.cpp.o
src/uthenticode.cpp: In constructor 'uthenticode::SignedData::SignedData(uthenticode::SignedData&&)':
src/uthenticode.cpp:177:16: error: 'exchange' is not a member of 'std'
177 | p7_(std::exchange(s.p7_, nullptr)),
| ^~~~~~~~1 parent 1e0f4fc commit f5877f9
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments