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/ControlEditor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/ControlEditor.h') diff --git a/Project/ControlEditor.h b/Project/ControlEditor.h index 2aed0e9..c68829d 100644 --- a/Project/ControlEditor.h +++ b/Project/ControlEditor.h @@ -23,7 +23,9 @@ #include #include #include +#ifdef _MSC_VER #include +#endif #include #include -- cgit