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/OpenGLText.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/OpenGLText.h') diff --git a/Project/OpenGLText.h b/Project/OpenGLText.h index 885782e..2ec7ab1 100644 --- a/Project/OpenGLText.h +++ b/Project/OpenGLText.h @@ -18,7 +18,9 @@ #ifndef OPENGLTEXT_H #define OPENGLTEXT_H +#ifdef _MSC_VER #include +#endif #include #include #include -- cgit