From ece3eb4af48469c92939eaa216596c267742b001 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Wittmann=20=C3=81ron?=
<58312474+RawEnchilada@users.noreply.github.com>
Date: Wed, 31 Jul 2024 10:18:05 +0200
Subject: [PATCH] Include standard libs for modernized cpp
---
ungtc.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ungtc.cpp b/ungtc.cpp
index 6a5ec97..51d1b26 100644
--- a/ungtc.cpp
+++ b/ungtc.cpp
@@ -17,7 +17,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
-
+#include
+#include
#include
#include
#include