summaryrefslogtreecommitdiffstats
path: root/src/gui/PortMenu.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-11 04:38:12 +0000
committerDavid Robillard <d@drobilla.net>2012-05-11 04:38:12 +0000
commita04c4965e3df113125b82d1b921043898d60ba6c (patch)
tree848e5c944e6af257f7c9da3ddd487e29ec226c63 /src/gui/PortMenu.hpp
parentf90d64eb7d90dc03fe4215bef8d77de51ca0ae78 (diff)
downloadingen-a04c4965e3df113125b82d1b921043898d60ba6c.tar.gz
ingen-a04c4965e3df113125b82d1b921043898d60ba6c.tar.bz2
ingen-a04c4965e3df113125b82d1b921043898d60ba6c.zip
Add missing includes.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4348 a436a847-0d15-0410-975c-d299462d15a1
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 {