summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-12 04:29:10 +0000
committerDavid Robillard <d@drobilla.net>2011-02-12 04:29:10 +0000
commitdd5b853d8093c08ac1c94ea07cde9efb2ef5d068 (patch)
tree05e8693528174301250344ffc6e111dab9ddcf9b /src/client
parent77d1d3ae2d861f76264020b112386cdd57ce1f86 (diff)
downloadingen-dd5b853d8093c08ac1c94ea07cde9efb2ef5d068.tar.gz
ingen-dd5b853d8093c08ac1c94ea07cde9efb2ef5d068.tar.bz2
ingen-dd5b853d8093c08ac1c94ea07cde9efb2ef5d068.zip
Update for new SLV2 #include structure.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2931 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client')
-rw-r--r--src/client/PluginUI.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/PluginUI.hpp b/src/client/PluginUI.hpp
index 973128f8..312e69d5 100644
--- a/src/client/PluginUI.hpp
+++ b/src/client/PluginUI.hpp
@@ -18,8 +18,10 @@
#ifndef INGEN_CLIENT_PLUGINUI_HPP
#define INGEN_CLIENT_PLUGINUI_HPP
-#include "slv2/slv2.h"
#include "raul/SharedPtr.hpp"
+#include "slv2/slv2.h"
+#include "slv2/ui.h"
+
#include "LV2Features.hpp"
namespace Ingen {