summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/GraphWindow.hpp')
-rw-r--r--src/gui/GraphWindow.hpp16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/gui/GraphWindow.hpp b/src/gui/GraphWindow.hpp
index 96775d82..290e0e00 100644
--- a/src/gui/GraphWindow.hpp
+++ b/src/gui/GraphWindow.hpp
@@ -20,19 +20,33 @@
#include "GraphBox.hpp"
#include "Window.hpp"
-#include <gtkmm/builder.h>
+#include <gdk/gdk.h>
+#include <gtkmm/window.h>
#include <memory>
#include <string>
+namespace Glib {
+template <class T> class RefPtr;
+} // namespace Glib
+
+namespace Gtk {
+class Builder;
+} // namespace Gtk
+
namespace ingen {
+class Atom;
+
namespace client {
class GraphModel;
+class PortModel;
} // namespace client
namespace gui {
+class App;
+
/** A window for a graph.
*
* \ingroup GUI