From 4bfe38bf128e165c39e3b8d94043ba8587dca87a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 May 2012 19:31:29 +0000 Subject: Avoid including gtkmm.h git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@4356 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchagePort.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 -#include +#include +#include #include "ganv/Port.hpp" #include "ganv/Module.hpp" -- cgit v1.2.1