summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-11-28 11:26:33 +0100
committerJörg Thalheim <joerg@thalheim.io>2021-11-28 11:26:33 +0100
commit61b53ce7cfa8b10d1a33041aedec3c9103c659f3 (patch)
tree05286a456641014df87dfce4cd891306c2dd9409
parent520e8327a687e4008c898651aebad021dc686f69 (diff)
downloadpatchelf-61b53ce7cfa8b10d1a33041aedec3c9103c659f3.tar.gz
add missing <optional> include
-rw-r--r--src/patchelf.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/patchelf.cc b/src/patchelf.cc
index 41fdde0..1aeae88 100644
--- a/src/patchelf.cc
+++ b/src/patchelf.cc
@@ -26,6 +26,7 @@
#include <string>
#include <unordered_map>
#include <vector>
+#include <optional>
#include <cassert>
#include <cerrno>