From 03f22d048ae3fd36936acf079d29f386495e78af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Srbeck=C3=BD?= Date: Tue, 8 Dec 2009 20:25:35 +0000 Subject: [PATCH] Fixed build git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5322 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- .../Debugger/Debugger.Core/Project/Src/Debugger/Breakpoint.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Debugger/Breakpoint.cs b/src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Debugger/Breakpoint.cs index 10da6b891c..d400c445e2 100644 --- a/src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Debugger/Breakpoint.cs +++ b/src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Debugger/Breakpoint.cs @@ -7,6 +7,8 @@ using System; using System.Collections.Generic; +using System.Runtime.InteropServices; + using Debugger.Wrappers.CorDebug; namespace Debugger