diff options
Diffstat (limited to 'src/engine/CompiledPatch.hpp')
-rw-r--r-- | src/engine/CompiledPatch.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/CompiledPatch.hpp b/src/engine/CompiledPatch.hpp index ebfa8cb3..274816fb 100644 --- a/src/engine/CompiledPatch.hpp +++ b/src/engine/CompiledPatch.hpp @@ -24,6 +24,7 @@ #include <boost/utility.hpp> namespace Ingen { +namespace Engine { class ConnectionImpl; @@ -69,6 +70,7 @@ struct CompiledPatch : public std::vector<CompiledNode> std::vector<ConnectionImpl*> queued_connections; }; +} // namespace Engine } // namespace Ingen #endif // INGEN_ENGINE_COMPILEDPATCH_HPP |