summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2011-12-05 08:31:45 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2011-12-05 08:31:45 +0400
commitaa948e1c25dfa07f6bc47d1077a74ec61982b9c4 (patch)
tree2ef3ad1e0ca627d5190f07b1fb6b050c11caf427 /basctl
parent40be618fb31754611dbd4241322004b205774976 (diff)
add missing include for size_t
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/breakpoint.hxx1
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;