fix build error - toUTF8 import - for SDL app

This commit is contained in:
Vadim Lopatin 2017-05-12 11:11:00 +03:00
parent f5b00be79c
commit 83072c5254
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ static if (BACKEND_SDL):
import core.runtime;
import std.conv;
import std.string;
import std.utf;
import std.utf : toUTF32;
import std.stdio;
import std.algorithm;
import std.file;