From 823150ff153a6e02781b1b2b09ea6eb528111d2e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 10 Sep 2015 10:31:38 +0100 Subject: include algorithm for std::min Change-Id: I7b57b8f1c86b3ed1e31467fc7c094b3520d4e74e --- oox/qa/unit/vba_compression.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'oox/qa/unit') 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 #include +#include class TestVbaCompression : public test::BootstrapFixtureBase { -- cgit