diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2015-11-19 11:25:58 +0100 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2015-11-19 11:25:58 +0100 |
commit | 91687f63b6bf28d7096ff614344537c902a0a1db (patch) | |
tree | 9558ef18096f891f0d35640b65a6987f51b030b2 /tools | |
parent | da4f6181393eea5b951993eb174525180dd09447 (diff) | |
parent | 2b36da0f79dd4b279a28fe2ff850fb4664e1a79f (diff) |
Merge pull request #2823 from ZuBsPaCe/pe_bliss-vs2015-compile-error
Fixes Visual Studio compile error due to pe_bliss
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pe_bliss/pe_section.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pe_bliss/pe_section.cpp b/tools/pe_bliss/pe_section.cpp index 7aed5e2c26..72127e22e2 100644 --- a/tools/pe_bliss/pe_section.cpp +++ b/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" |