From 624fa919fac060b8d3f4aa5aca77919abfec945d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 7 Jul 2009 16:36:26 +0000 Subject: Fix compilation issues. Display dyn manifest configuration status in summary. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2160 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/Node.hpp | 1 + src/common/interface/Port.hpp | 1 + 2 files changed, 2 insertions(+) (limited to 'src/common') diff --git a/src/common/interface/Node.hpp b/src/common/interface/Node.hpp index 8ead1907..a2586e71 100644 --- a/src/common/interface/Node.hpp +++ b/src/common/interface/Node.hpp @@ -18,6 +18,7 @@ #ifndef NODE_H #define NODE_H +#include #include "GraphObject.hpp" namespace Ingen { diff --git a/src/common/interface/Port.hpp b/src/common/interface/Port.hpp index 27bdf2a4..884b10e3 100644 --- a/src/common/interface/Port.hpp +++ b/src/common/interface/Port.hpp @@ -18,6 +18,7 @@ #ifndef INGEN_INTERFACE_PORT_HPP #define INGEN_INTERFACE_PORT_HPP +#include #include "GraphObject.hpp" #include "DataType.hpp" -- cgit v1.2.1