stevemk14ebr / PolyHook_2_0

C++20, x86/x64 Hooking Libary v2.0
MIT License
1.58k stars 222 forks source link

Build failed on gcc #205

Closed dnblank123 closed 1 month ago

dnblank123 commented 1 month ago
PolyHook_2_0/sources/x64Detour.cpp:12:1: note: 'std::ostream_iterator' is defined in header '<iterator>'; this is probably fixable by adding '#include <iterator>'
   11 | #include "polyhook2/Detour/x64Detour.hpp"
  +++ |+#include <iterator>
   12 | #include "polyhook2/MemProtector.hpp"

too lazy to fork; add #include <iterator> at x64Detour.cpp

stevemk14ebr commented 1 month ago

done thanks