From d3d3a8b667fb6c96c7e3ec7ec90b4c5bf1295896 Mon Sep 17 00:00:00 2001 From: Xnoe Date: Wed, 8 Jul 2020 22:33:05 +0100 Subject: [PATCH] Update to specify utf8.h properly --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 76da3fe..fc0a3d4 100644 --- a/main.cpp +++ b/main.cpp @@ -2,7 +2,7 @@ #include #include -#include "../C++UTF8Test/utf8.h" +#include "utf8.h" namespace fs = std::filesystem;