From 677eee0a8a1ca270860c11bc411abb48ae5e455e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 9 Jan 2019 20:23:19 +0100 Subject: Remove workaround for ancient MSVC --- lv2/ui/ui.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lv2/ui') diff --git a/lv2/ui/ui.h b/lv2/ui/ui.h index 96fdbac..a99b8d8 100644 --- a/lv2/ui/ui.h +++ b/lv2/ui/ui.h @@ -28,6 +28,7 @@ #ifndef LV2_UI_H #define LV2_UI_H +#include #include #include "lv2/core/lv2.h" @@ -73,8 +74,6 @@ #ifdef __cplusplus extern "C" { -#else -# include #endif /** -- cgit v1.2.1