diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2011-12-05 08:31:45 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2011-12-05 08:31:45 +0400 |
commit | aa948e1c25dfa07f6bc47d1077a74ec61982b9c4 (patch) | |
tree | 2ef3ad1e0ca627d5190f07b1fb6b050c11caf427 /basctl/source/basicide/breakpoint.hxx | |
parent | 40be618fb31754611dbd4241322004b205774976 (diff) |
add missing include for size_t
Diffstat (limited to 'basctl/source/basicide/breakpoint.hxx')
-rw-r--r-- | basctl/source/basicide/breakpoint.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basctl/source/basicide/breakpoint.hxx b/basctl/source/basicide/breakpoint.hxx index 16cdfa3ce7d0..a989144b3a90 100644 --- a/basctl/source/basicide/breakpoint.hxx +++ b/basctl/source/basicide/breakpoint.hxx @@ -28,6 +28,7 @@ #ifndef _BREAKPOINT_HXX #define _BREAKPOINT_HXX +#include <cstddef> #include <vector> class SbModule; |