summaryrefslogtreecommitdiffstats
path: root/src/server/internals/Time.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/internals/Time.hpp')
-rw-r--r--src/server/internals/Time.hpp14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/server/internals/Time.hpp b/src/server/internals/Time.hpp
index 85d5199e..ec0f5528 100644
--- a/src/server/internals/Time.hpp
+++ b/src/server/internals/Time.hpp
@@ -18,13 +18,23 @@
#define INGEN_INTERNALS_TIME_HPP
#include "InternalBlock.hpp"
+#include "types.hpp"
+
+namespace Raul {
+class Symbol;
+} // namespace Raul
namespace ingen {
+
+class URIs;
+
namespace server {
-class InputPort;
-class OutputPort;
+class BufferFactory;
+class GraphImpl;
class InternalPlugin;
+class OutputPort;
+class RunContext;
namespace internals {