diff options
author | David Robillard <d@drobilla.net> | 2013-01-20 17:18:25 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-01-20 17:18:25 +0000 |
commit | e0b96b41288e3fe4330717f0843da5a40da5e4b0 (patch) | |
tree | 2c56c30ab666885956ff1c9d9290529c7d5aad2a /ingen | |
parent | fd9335135eeee6da2408a94adf522494e6071339 (diff) | |
download | ingen-e0b96b41288e3fe4330717f0843da5a40da5e4b0.tar.gz ingen-e0b96b41288e3fe4330717f0843da5a40da5e4b0.tar.bz2 ingen-e0b96b41288e3fe4330717f0843da5a40da5e4b0.zip |
Add missing include.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4999 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/LV2Features.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ingen/LV2Features.hpp b/ingen/LV2Features.hpp index be8f777b..2efd62f8 100644 --- a/ingen/LV2Features.hpp +++ b/ingen/LV2Features.hpp @@ -17,6 +17,7 @@ #ifndef INGEN_LV2FEATURES_HPP #define INGEN_LV2FEATURES_HPP +#include <string> #include <vector> #include "lv2/lv2plug.in/ns/lv2core/lv2.h" |