diff options
Diffstat (limited to 'src/PatchagePort.hpp')
-rw-r--r-- | src/PatchagePort.hpp | 3 |
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" |