summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/pe_bliss/pe_section.cpp1
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"