summaryrefslogtreecommitdiffstats
path: root/src/engine/PortImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/PortImpl.hpp')
-rw-r--r--src/engine/PortImpl.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/PortImpl.hpp b/src/engine/PortImpl.hpp
index 66108b56..afac4974 100644
--- a/src/engine/PortImpl.hpp
+++ b/src/engine/PortImpl.hpp
@@ -21,6 +21,7 @@
#include <cstdlib>
#include <string>
#include "raul/Array.hpp"
+#include "raul/Atom.hpp"
#include "interface/Port.hpp"
#include "types.hpp"
#include "GraphObjectImpl.hpp"
@@ -28,7 +29,7 @@
#include "Buffer.hpp"
#include "Context.hpp"
-namespace Raul { class Maid; class Atom; }
+namespace Raul { class Maid; }
namespace Ingen {