From fa9dbf2e6814b7b25814323dbf623c7365eccc6f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 14 May 2009 16:55:22 +0000 Subject: Always include types.h first. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2007 a436a847-0d15-0410-975c-d299462d15a1 --- src/pluginclass.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pluginclass.c') diff --git a/src/pluginclass.c b/src/pluginclass.c index 0ebdc45..62475e3 100644 --- a/src/pluginclass.c +++ b/src/pluginclass.c @@ -21,6 +21,7 @@ #include #include #include +#include "slv2/types.h" #include "slv2/pluginclass.h" #include "slv2/value.h" #include "slv2_internal.h" -- cgit v1.2.1