[Libreoffice-commits] .: basctl/source
Ivan Timofeev
ivantimofeev at kemper.freedesktop.org
Sun Dec 4 20:32:12 PST 2011
basctl/source/basicide/breakpoint.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit aa948e1c25dfa07f6bc47d1077a74ec61982b9c4
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date: Mon Dec 5 08:31:45 2011 +0400
add missing include for size_t
diff --git a/basctl/source/basicide/breakpoint.hxx b/basctl/source/basicide/breakpoint.hxx
index 16cdfa3..a989144 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;
More information about the Libreoffice-commits
mailing list