From cc577198568b68ddaa1670c59f2a1a2f50d577dd Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Sat, 16 Sep 2017 20:47:32 +0300 Subject: [PATCH] Restore UTF-8 in Log.cpp --- Utilities/Log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/Log.cpp b/Utilities/Log.cpp index f295d18879..f6773c78a6 100644 --- a/Utilities/Log.cpp +++ b/Utilities/Log.cpp @@ -1,4 +1,4 @@ -#include "Log.h" +#include "Log.h" #include "File.h" #include "StrFmt.h" #include "sema.h"