From bcdb9db57e8f68ba90077a77a4152b72ca6da7ac Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 Jan 2012 22:23:42 +0000 Subject: Support compilation as C++ under MSVC++. git-svn-id: http://svn.drobilla.net/sord/trunk@194 3d64ff67-21c5-427c-a301-fe4f08042e5a --- sord/sord.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sord') diff --git a/sord/sord.h b/sord/sord.h index b0f3017..e6f5bd8 100644 --- a/sord/sord.h +++ b/sord/sord.h @@ -21,7 +21,6 @@ #ifndef SORD_SORD_H #define SORD_SORD_H -#include #include #include #include @@ -47,6 +46,8 @@ #ifdef __cplusplus extern "C" { +#else +# include #endif /** -- cgit v1.2.1