summaryrefslogtreecommitdiffstats
path: root/src/gui/PortMenu.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PortMenu.hpp')
-rw-r--r--src/gui/PortMenu.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/PortMenu.hpp b/src/gui/PortMenu.hpp
index cba9359d..59a9888e 100644
--- a/src/gui/PortMenu.hpp
+++ b/src/gui/PortMenu.hpp
@@ -18,9 +18,12 @@
#define INGEN_GUI_PORTMENU_HPP
#include <string>
+
#include <gtkmm.h>
-#include "raul/SharedPtr.hpp"
+
#include "ingen/client/PortModel.hpp"
+#include "raul/SharedPtr.hpp"
+
#include "ObjectMenu.hpp"
namespace Ingen {