Fix SDL app on windows.

This commit is contained in:
and3md 2017-05-15 19:03:18 +02:00
parent f37fa6970b
commit 2c087347d8
1 changed files with 1 additions and 1 deletions

2
src/dlangui/platforms/sdl/sdlapp.d Normal file → Executable file
View File

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