summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-11 19:31:29 +0000
committerDavid Robillard <d@drobilla.net>2012-05-11 19:31:29 +0000
commit4bfe38bf128e165c39e3b8d94043ba8587dca87a (patch)
tree42acad5356f0bb1793fbbcf576dc85191327336d /src
parent475716c4289b10a79e9c1c79b97d91026f4eb9eb (diff)
downloadpatchage-4bfe38bf128e165c39e3b8d94043ba8587dca87a.tar.gz
patchage-4bfe38bf128e165c39e3b8d94043ba8587dca87a.tar.bz2
patchage-4bfe38bf128e165c39e3b8d94043ba8587dca87a.zip
Avoid including gtkmm.h
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@4356 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/PatchagePort.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp
index d70c606..681cfd3 100644
--- a/src/PatchagePort.hpp
+++ b/src/PatchagePort.hpp
@@ -21,7 +21,8 @@
#include <boost/shared_ptr.hpp>
-#include <gtkmm.h>
+#include <gtkmm/menu.h>
+#include <gtkmm/menushell.h>
#include "ganv/Port.hpp"
#include "ganv/Module.hpp"