package An official xmake package repository
https://xrepo.xmake.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
618 B
26 lines
618 B
3 months ago
|
diff --git a/src/ELF/DynamicEntryArray.cpp b/src/ELF/DynamicEntryArray.cpp
|
||
|
index c6fa7130ed..4e1bec392f 100644
|
||
|
--- a/src/ELF/DynamicEntryArray.cpp
|
||
|
+++ b/src/ELF/DynamicEntryArray.cpp
|
||
|
@@ -18,6 +18,8 @@
|
||
|
|
||
|
#include "logging.hpp"
|
||
|
|
||
|
+#include <algorithm>
|
||
|
+
|
||
|
namespace LIEF {
|
||
|
namespace ELF {
|
||
|
|
||
|
diff --git a/src/ELF/DynamicEntryRunPath.cpp b/src/ELF/DynamicEntryRunPath.cpp
|
||
|
index e0838401bc..c6758fbd21 100644
|
||
|
--- a/src/ELF/DynamicEntryRunPath.cpp
|
||
|
+++ b/src/ELF/DynamicEntryRunPath.cpp
|
||
|
@@ -17,6 +17,7 @@
|
||
|
#include "LIEF/Visitor.hpp"
|
||
|
#include "logging.hpp"
|
||
|
|
||
|
+#include <algorithm>
|
||
|
#include <numeric>
|
||
|
#include <sstream>
|
||
|
|