From 3e44546bc23d9c9ad6fa801f92ced7503b6ea9aa Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 2 Jun 2020 22:11:57 -0300 Subject: Readaptation to non-msw compilers --- Project/Text.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/Text.h') diff --git a/Project/Text.h b/Project/Text.h index 2f4c0ff..3fc1431 100644 --- a/Project/Text.h +++ b/Project/Text.h @@ -18,7 +18,9 @@ #ifndef TEXT_H #define TEXT_H +#ifdef _MSC_VER #include +#endif #include #include -- cgit