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/state/state.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lv2/state') diff --git a/lv2/state/state.h b/lv2/state/state.h index ffc40d1..7c1c9c0 100644 --- a/lv2/state/state.h +++ b/lv2/state/state.h @@ -27,6 +27,7 @@ #ifndef LV2_STATE_H #define LV2_STATE_H +#include #include #include @@ -46,8 +47,6 @@ #ifdef __cplusplus extern "C" { -#else -# include #endif typedef void* LV2_State_Handle; ///< Opaque handle for state save/restore -- cgit v1.2.1