summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-05 10:42:47 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-05 10:42:47 +0200
commit12d08ed2880020bb9ec2dec82dd26bccd63605ff (patch)
tree5e0a3b8478f3d4be40098b579492d25af9c81723 /sw
parent711976fbd0da490ef0d7a9bf45a44eeb1dfb9e7c (diff)
fix Windows build, include vector
Change-Id: Ia07e12c9fa5430d7f8fa02a2a8ab6cde3aafa41a
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/calc.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/sw/inc/calc.hxx b/sw/inc/calc.hxx
index 191480c49411..fe9512d58b74 100644
--- a/sw/inc/calc.hxx
+++ b/sw/inc/calc.hxx
@@ -25,14 +25,16 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef _CALC_HXX
-#define _CALC_HXX
+
+#ifndef SW_CALC_HXX
+#define SW_CALC_HXX
+
+#include <vector>
#include <unotools/syslocale.hxx>
-#ifndef __SBX_SBXVALUE //autogen
#include <basic/sbxvar.hxx>
-#endif
+
#include "swdllapi.h"
class CharClass;