summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-12-05 00:52:02 -0500
committerAugust Sodora <augsod@gmail.com>2011-12-05 00:52:02 -0500
commitebf168f59f64b868002c10a49448e02939074755 (patch)
tree935434e021d18612232e45a997c39e2958df1fa2 /basctl
parent5ca762a9caf9b89f225d2c8ddd32d265d4bddb61 (diff)
So size_t is recognized on windows
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/breakpoint.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/basctl/source/basicide/breakpoint.cxx b/basctl/source/basicide/breakpoint.cxx
index b76317438b2a..6bbfdf981016 100644
--- a/basctl/source/basicide/breakpoint.cxx
+++ b/basctl/source/basicide/breakpoint.cxx
@@ -31,6 +31,8 @@
#include <basic/sbmod.hxx>
#include <tools/debug.hxx>
+#include <stddef.h>
+
BreakPointList::BreakPointList()
{}