From 0bc9d901990fd4a5fdd91b25a67c7f911ff2d0a4 Mon Sep 17 00:00:00 2001 From: xHatchx Date: Thu, 20 Jul 2017 12:56:34 +0200 Subject: [PATCH] fixed build error at issue #222 --- src/dlangide/ui/dsourceedit.d | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dlangide/ui/dsourceedit.d b/src/dlangide/ui/dsourceedit.d index b26d4b6..fcad06c 100644 --- a/src/dlangide/ui/dsourceedit.d +++ b/src/dlangide/ui/dsourceedit.d @@ -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);