diff options
Diffstat (limited to 'src/common')
-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" |