From 8ce8231c03b6ea32ef8d755503509aa72636aac7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 May 2012 19:30:31 +0000 Subject: Avoid including gtkmm.h git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4354 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/PatchTreeWindow.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/gui/PatchTreeWindow.hpp') diff --git a/src/gui/PatchTreeWindow.hpp b/src/gui/PatchTreeWindow.hpp index d82624b8..8321644f 100644 --- a/src/gui/PatchTreeWindow.hpp +++ b/src/gui/PatchTreeWindow.hpp @@ -17,7 +17,10 @@ #ifndef INGEN_GUI_PATCHTREEWINDOW_HPP #define INGEN_GUI_PATCHTREEWINDOW_HPP -#include +#include +#include +#include +#include #include "Window.hpp" -- cgit v1.2.1