From ae702b094ba8fda303b4c7e6ddafb3ebae6db7b6 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 20 Mar 2015 10:53:02 -0700 Subject: Fix missing include for std::min Build broken on trybot at http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/66012/steps/compile%20%28with%20patch%29/logs/stdio R=thestig@chromium.org TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1026843002 --- core/src/fxcodec/codec/fx_codec_jpx_opj.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/fxcodec/codec/fx_codec_jpx_opj.cpp b/core/src/fxcodec/codec/fx_codec_jpx_opj.cpp index 0ba6830944..d98cb03f09 100644 --- a/core/src/fxcodec/codec/fx_codec_jpx_opj.cpp +++ b/core/src/fxcodec/codec/fx_codec_jpx_opj.cpp @@ -4,6 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com +#include #include #include "../../../include/fxcodec/fx_codec.h" -- cgit v1.2.3