[Libreoffice-commits] core.git: Branch 'aoo/trunk' - vcl/inc
Herbert Dürr
hdu at apache.org
Mon Apr 15 17:04:41 PDT 2013
vcl/inc/vcl/fontmanager.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit aabf70b5c6040ad9b98b2340b7bcdba9c9699f8c
Author: Herbert Dürr <hdu at apache.org>
Date: Mon Apr 15 09:03:38 2013 +0000
include the vector header directly, in stlport<=4 it used to be included indirectly
diff --git a/vcl/inc/vcl/fontmanager.hxx b/vcl/inc/vcl/fontmanager.hxx
index 1e504e7..d13e417 100644
--- a/vcl/inc/vcl/fontmanager.hxx
+++ b/vcl/inc/vcl/fontmanager.hxx
@@ -28,6 +28,7 @@
#include <map>
#include <list>
#include <set>
+#include <vector>
#include "vcl/dllapi.h"
#include "vcl/helper.hxx"
More information about the Libreoffice-commits
mailing list