mirror of https://github.com/buggins/dlangide.git
fixed build error at issue #222
This commit is contained in:
parent
3b869a20db
commit
0bc9d90199
|
@ -25,6 +25,7 @@ import ddebug.common.debugger;
|
||||||
|
|
||||||
import std.algorithm;
|
import std.algorithm;
|
||||||
import std.utf : toUTF32;
|
import std.utf : toUTF32;
|
||||||
|
import std.utf : toUTF8;
|
||||||
|
|
||||||
interface BreakpointListChangeListener {
|
interface BreakpointListChangeListener {
|
||||||
void onBreakpointListChanged(ProjectSourceFile sourceFile, Breakpoint[] breakpoints);
|
void onBreakpointListChanged(ProjectSourceFile sourceFile, Breakpoint[] breakpoints);
|
||||||
|
|
Loading…
Reference in New Issue