diff options
author | August Sodora <augsod@gmail.com> | 2011-12-05 00:52:02 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-12-05 00:52:02 -0500 |
commit | ebf168f59f64b868002c10a49448e02939074755 (patch) | |
tree | 935434e021d18612232e45a997c39e2958df1fa2 | |
parent | 5ca762a9caf9b89f225d2c8ddd32d265d4bddb61 (diff) |
So size_t is recognized on windows
-rw-r--r-- | basctl/source/basicide/breakpoint.cxx | 2 |
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() {} |