summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-11 19:30:31 +0000
committerDavid Robillard <d@drobilla.net>2012-05-11 19:30:31 +0000
commit8ce8231c03b6ea32ef8d755503509aa72636aac7 (patch)
treecfd4a152a76adbd4cb78a01027a12a1cb311639a /src/gui/NodeModule.cpp
parent8f1fe0695479ec9bcca84aa44e6454dec50cea00 (diff)
downloadingen-8ce8231c03b6ea32ef8d755503509aa72636aac7.tar.gz
ingen-8ce8231c03b6ea32ef8d755503509aa72636aac7.tar.bz2
ingen-8ce8231c03b6ea32ef8d755503509aa72636aac7.zip
Avoid including gtkmm.h
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4354 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/NodeModule.cpp')
-rw-r--r--src/gui/NodeModule.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/NodeModule.cpp b/src/gui/NodeModule.cpp
index 6a7a424a..03a56df1 100644
--- a/src/gui/NodeModule.cpp
+++ b/src/gui/NodeModule.cpp
@@ -17,6 +17,8 @@
#include <cassert>
#include <string>
+#include <gtkmm/eventbox.h>
+
#include "ingen/Interface.hpp"
#include "ingen/client/NodeModel.hpp"
#include "ingen/client/PatchModel.hpp"