[Libreoffice-commits] core.git: vcl/inc
Chris Sherlock
chris.sherlock79 at gmail.com
Wed Jan 27 04:40:28 PST 2016
vcl/inc/sft.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 45368d237be01e9c105c2e09599f6d06d107453c
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Wed Jan 27 23:39:27 2016 +1100
vcl: readd include of <vector> into vcl/inc/sft.hxx
Change-Id: I7a9b1cf64d8972ecee25b764d4091aa551fa1ff3
diff --git a/vcl/inc/sft.hxx b/vcl/inc/sft.hxx
index fc0e69f..e346d83 100644
--- a/vcl/inc/sft.hxx
+++ b/vcl/inc/sft.hxx
@@ -49,6 +49,8 @@
#include <vcl/dllapi.h>
#include <vcl/fontcapabilities.hxx>
+#include <vector>
+
namespace vcl
{
More information about the Libreoffice-commits
mailing list