Browse Source

Merge pull request #2823 from ZuBsPaCe/pe_bliss-vs2015-compile-error

Fixes Visual Studio compile error due to pe_bliss
Rémi Verschelde 9 năm trước cách đây
mục cha
commit
91687f63b6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      tools/pe_bliss/pe_section.cpp

+ 1 - 0
tools/pe_bliss/pe_section.cpp

@@ -19,6 +19,7 @@
 /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE     */
 /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                */
 /*************************************************************************/
+#include <algorithm>
 #include <string.h>
 #include "utils.h"
 #include "pe_section.h"