summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Plugin.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-01-16 23:55:37 +0100
committerDavid Robillard <d@drobilla.net>2018-01-16 23:55:37 +0100
commit3441b4268a070418b6d7b7266d93b265ba79f45f (patch)
treeee34f7778a47f6824a2267e85c8d18202f15156b /src/server/LV2Plugin.cpp
parent7a69fda894cebbbc3694baa1a10506c00de44f34 (diff)
downloadingen-3441b4268a070418b6d7b7266d93b265ba79f45f.tar.gz
ingen-3441b4268a070418b6d7b7266d93b265ba79f45f.tar.bz2
ingen-3441b4268a070418b6d7b7266d93b265ba79f45f.zip
Add missing includes
Diffstat (limited to 'src/server/LV2Plugin.cpp')
-rw-r--r--src/server/LV2Plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/LV2Plugin.cpp b/src/server/LV2Plugin.cpp
index 529e0e4e..86bad136 100644
--- a/src/server/LV2Plugin.cpp
+++ b/src/server/LV2Plugin.cpp
@@ -19,6 +19,7 @@
#include "ingen/Forge.hpp"
#include "ingen/Log.hpp"
#include "ingen/URIs.hpp"
+#include "ingen/World.hpp"
#include "lv2/lv2plug.in/ns/ext/presets/presets.h"
#include "Engine.hpp"