summaryrefslogtreecommitdiff
path: root/oox/qa
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-10 10:31:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-10 10:31:38 +0100
commit823150ff153a6e02781b1b2b09ea6eb528111d2e (patch)
tree65a222fe215ac435816728554712fc1f96cf13f7 /oox/qa
parentf19402658dce6944e82a9058a6888e488b37b336 (diff)
include algorithm for std::min
Change-Id: I7b57b8f1c86b3ed1e31467fc7c094b3520d4e74e
Diffstat (limited to 'oox/qa')
-rw-r--r--oox/qa/unit/vba_compression.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/qa/unit/vba_compression.cxx b/oox/qa/unit/vba_compression.cxx
index 72b7bb208e6d..3e36bd5e171e 100644
--- a/oox/qa/unit/vba_compression.cxx
+++ b/oox/qa/unit/vba_compression.cxx
@@ -14,6 +14,7 @@
#include <cppunit/TestFixture.h>
#include <oox/ole/vbaexport.hxx>
+#include <algorithm>
class TestVbaCompression : public test::BootstrapFixtureBase
{