summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeMenu.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/NodeMenu.hpp')
-rw-r--r--src/gui/NodeMenu.hpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/gui/NodeMenu.hpp b/src/gui/NodeMenu.hpp
index e6c7e175..07a25367 100644
--- a/src/gui/NodeMenu.hpp
+++ b/src/gui/NodeMenu.hpp
@@ -18,10 +18,14 @@
#define INGEN_GUI_NODEMENU_HPP
#include <string>
-#include <gtkmm.h>
-#include "raul/SharedPtr.hpp"
-#include "ingen/client/NodeModel.hpp"
+
+#include <gtkmm/builder.h>
+#include <gtkmm/menu.h>
+#include <gtkmm/menushell.h>
+
#include "ObjectMenu.hpp"
+#include "ingen/client/NodeModel.hpp"
+#include "raul/SharedPtr.hpp"
namespace Ingen {
namespace GUI {