From: Tom Sepez Date: Fri, 20 Mar 2015 17:55:35 +0000 (-0700) Subject: Merge to XFA: Fix missing include for std::min X-Git-Url: http://downloads.foxitsoftware.com/web/?p=pdfium.git;a=commitdiff_plain;h=f5986cb807b95a4513eb57153a364a98e3ae5732 Merge to XFA: Fix missing include for std::min Original Review URL: https://codereview.chromium.org/1026843002 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1025753002 --- diff --git a/core/src/fxcodec/codec/fx_codec_jpx_opj.cpp b/core/src/fxcodec/codec/fx_codec_jpx_opj.cpp index 0ba6830..d98cb03 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"