summaryrefslogtreecommitdiffstats
path: root/src/engine/EventSource.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/EventSource.hpp')
-rw-r--r--src/engine/EventSource.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/EventSource.hpp b/src/engine/EventSource.hpp
index 0801bab0..e05b3500 100644
--- a/src/engine/EventSource.hpp
+++ b/src/engine/EventSource.hpp
@@ -23,6 +23,7 @@
#include "raul/List.hpp"
namespace Ingen {
+namespace Engine {
class Event;
class QueuedEvent;
@@ -68,6 +69,7 @@ private:
Raul::Semaphore _blocking_semaphore;
};
+} // namespace Engine
} // namespace Ingen
#endif // INGEN_ENGINE_EVENTSOURCE_HPP