summaryrefslogtreecommitdiffstats
path: root/src/client/NodeModel.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-12-03 16:36:04 +0000
committerDavid Robillard <d@drobilla.net>2009-12-03 16:36:04 +0000
commitbae27a62f578e17e2a5dea3d869a0dfcc708fba3 (patch)
tree12e41544f0bfeabcde720db813ad21aedc4e6487 /src/client/NodeModel.hpp
parenta2cd769606acc8b9fe3402fc73e785805e0987df (diff)
downloadingen-bae27a62f578e17e2a5dea3d869a0dfcc708fba3.tar.gz
ingen-bae27a62f578e17e2a5dea3d869a0dfcc708fba3.tar.bz2
ingen-bae27a62f578e17e2a5dea3d869a0dfcc708fba3.zip
Clean up interface headers.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2290 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/NodeModel.hpp')
-rw-r--r--src/client/NodeModel.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/NodeModel.hpp b/src/client/NodeModel.hpp
index 63bcb323..b5af737e 100644
--- a/src/client/NodeModel.hpp
+++ b/src/client/NodeModel.hpp
@@ -21,6 +21,7 @@
#include <cstdlib>
#include <iostream>
#include <string>
+#include <vector>
#include <sigc++/sigc++.h>
#include "raul/SharedPtr.hpp"
#include "interface/Node.hpp"