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/Workspace.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Project/Workspace.h') diff --git a/Project/Workspace.h b/Project/Workspace.h index 3ac9b3a..b397db9 100644 --- a/Project/Workspace.h +++ b/Project/Workspace.h @@ -18,7 +18,10 @@ #ifndef WORKSPACE_H #define WORKSPACE_H +#ifdef _MSC_VER #include +#endif + #include #include #include -- cgit