algorithm.patch 618 B

12345678910111213141516171819202122232425
  1. diff --git a/src/ELF/DynamicEntryArray.cpp b/src/ELF/DynamicEntryArray.cpp
  2. index c6fa7130ed..4e1bec392f 100644
  3. --- a/src/ELF/DynamicEntryArray.cpp
  4. +++ b/src/ELF/DynamicEntryArray.cpp
  5. @@ -18,6 +18,8 @@
  6. #include "logging.hpp"
  7. +#include <algorithm>
  8. +
  9. namespace LIEF {
  10. namespace ELF {
  11. diff --git a/src/ELF/DynamicEntryRunPath.cpp b/src/ELF/DynamicEntryRunPath.cpp
  12. index e0838401bc..c6758fbd21 100644
  13. --- a/src/ELF/DynamicEntryRunPath.cpp
  14. +++ b/src/ELF/DynamicEntryRunPath.cpp
  15. @@ -17,6 +17,7 @@
  16. #include "LIEF/Visitor.hpp"
  17. #include "logging.hpp"
  18. +#include <algorithm>
  19. #include <numeric>
  20. #include <sstream>