From f5986cb807b95a4513eb57153a364a98e3ae5732 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 20 Mar 2015 10:55:35 -0700 Subject: 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 --- 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