summaryrefslogtreecommitdiff
path: root/basic/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-11 09:07:21 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-13 10:10:33 +0200
commit7cc627ff79aeda1971ee0d8bfd7b0d5d773384f9 (patch)
treeeb503ed8e5447cee0107b89e33b6dbdc450e2fa8 /basic/inc
parent46f52010e08ebc03c8a8efacd887b0ab526efaed (diff)
update_pch
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
Diffstat (limited to 'basic/inc')
-rw-r--r--basic/inc/pch/precompiled_sb.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/basic/inc/pch/precompiled_sb.hxx b/basic/inc/pch/precompiled_sb.hxx
index 7da956fa51b8..e67f28f22f16 100644
--- a/basic/inc/pch/precompiled_sb.hxx
+++ b/basic/inc/pch/precompiled_sb.hxx
@@ -16,7 +16,9 @@
#include "math.h"
#include <boost/foreach.hpp>
+#include <boost/optional.hpp>
#include <boost/scoped_array.hpp>
+#include <boost/scoped_ptr.hpp>
#include <com/sun/star/bridge/oleautomation/Decimal.hpp>
#include <com/sun/star/bridge/oleautomation/XAutomationObject.hpp>
#include <com/sun/star/i18n/LocaleCalendar.hpp>
@@ -77,6 +79,5 @@
#include <vcl/svapp.hxx>
#include <vcl/timer.hxx>
#include <vcl/wrkwin.hxx>
-#include <vector>
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */