Fixed missing import

This commit is contained in:
Tristan B. Kildaire 2021-01-23 12:34:30 +02:00
parent 89db434578
commit 98c6208fe7
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ import std.file;
import std.exception;
import std.datetime.systime : Clock, SysTime;
import server.listener : ButterflyListener;
import gogga;
public final class ButterflyClient : Thread
{