diff options
Diffstat (limited to 'src/engine/PostProcessor.hpp')
-rw-r--r-- | src/engine/PostProcessor.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/PostProcessor.hpp b/src/engine/PostProcessor.hpp index ee2fce20..f0888d2f 100644 --- a/src/engine/PostProcessor.hpp +++ b/src/engine/PostProcessor.hpp @@ -23,6 +23,7 @@ #include "raul/List.hpp" namespace Ingen { +namespace Engine { class Event; class Engine; @@ -61,6 +62,7 @@ private: uint8_t* _event_buffer; }; +} // namespace Engine } // namespace Ingen #endif // INGEN_ENGINE_POSTPROCESSOR_HPP |