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/atom/forge.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lv2/atom/forge.h') diff --git a/lv2/atom/forge.h b/lv2/atom/forge.h index 826b2d1..50e962b 100644 --- a/lv2/atom/forge.h +++ b/lv2/atom/forge.h @@ -49,6 +49,7 @@ #define LV2_ATOM_FORGE_H #include +#include #include "lv2/atom/atom.h" #include "lv2/atom/util.h" @@ -57,8 +58,6 @@ #ifdef __cplusplus extern "C" { -#else -# include #endif // Disable deprecation warnings for Blank and Resource -- cgit v1.2.1