fixed build error at issue #222

This commit is contained in:
xHatchx 2017-07-20 12:56:34 +02:00
parent 3b869a20db
commit 0bc9d90199
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ import ddebug.common.debugger;
import std.algorithm;
import std.utf : toUTF32;
import std.utf : toUTF8;
interface BreakpointListChangeListener {
void onBreakpointListChanged(ProjectSourceFile sourceFile, Breakpoint[] breakpoints);