diff options
author | David Robillard <d@drobilla.net> | 2009-07-07 16:36:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-07-07 16:36:26 +0000 |
commit | 624fa919fac060b8d3f4aa5aca77919abfec945d (patch) | |
tree | 3d9d1eb35043d42dc27b01c1f2da32a29d6c15f7 /src/common/interface | |
parent | de9337a37d6e3b896e6bd333d7ec787549b986c8 (diff) | |
download | ingen-624fa919fac060b8d3f4aa5aca77919abfec945d.tar.gz ingen-624fa919fac060b8d3f4aa5aca77919abfec945d.tar.bz2 ingen-624fa919fac060b8d3f4aa5aca77919abfec945d.zip |
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
Diffstat (limited to 'src/common/interface')
-rw-r--r-- | src/common/interface/Node.hpp | 1 | ||||
-rw-r--r-- | src/common/interface/Port.hpp | 1 |
2 files changed, 2 insertions, 0 deletions
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 <stdint.h> #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 <stdint.h> #include "GraphObject.hpp" #include "DataType.hpp" |