Skip to content

Commit 61b53ce

Browse files
committed
add missing <optional> include
1 parent 520e832 commit 61b53ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/patchelf.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include <string>
2727
#include <unordered_map>
2828
#include <vector>
29+
#include <optional>
2930

3031
#include <cassert>
3132
#include <cerrno>

0 commit comments

Comments
 (0)