From aa948e1c25dfa07f6bc47d1077a74ec61982b9c4 Mon Sep 17 00:00:00 2001 From: Ivan Timofeev Date: Mon, 5 Dec 2011 08:31:45 +0400 Subject: add missing include for size_t --- basctl/source/basicide/breakpoint.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'basctl/source') 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 #include class SbModule; -- cgit