From fca78b12acc828fd21dae0467888d9a603382912 Mon Sep 17 00:00:00 2001 From: Tu Dinh <1257909+dinhngtu@users.noreply.github.com> Date: Sat, 7 Dec 2024 15:54:32 +0100 Subject: [PATCH] telex: tweak --- Telex/Telex.h | 1 - Telex/TelexEngine.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Telex/Telex.h b/Telex/Telex.h index 122210a..3826e72 100644 --- a/Telex/Telex.h +++ b/Telex/Telex.h @@ -3,7 +3,6 @@ #pragma once -#include #include namespace VietType { diff --git a/Telex/TelexEngine.h b/Telex/TelexEngine.h index a8b0a87..cdd9afe 100644 --- a/Telex/TelexEngine.h +++ b/Telex/TelexEngine.h @@ -5,6 +5,7 @@ #include #include +#include #include namespace VietType {