From e091b5eea5f533fe61c5559a10f1388aeca096e2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Oct 2008 16:58:12 +0000 Subject: Build against local library versions no matter what.... hopefully.... git-svn-id: http://svn.drobilla.net/lad/trunk/machina@1677 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/EdgeView.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/EdgeView.hpp') diff --git a/src/gui/EdgeView.hpp b/src/gui/EdgeView.hpp index 2b04324..5a36afa 100644 --- a/src/gui/EdgeView.hpp +++ b/src/gui/EdgeView.hpp @@ -18,7 +18,7 @@ #ifndef MACHINA_EDGEVIEW_H #define MACHINA_EDGEVIEW_H -#include +#include "flowcanvas/Connection.hpp" namespace Machina { class Edge; } class NodeView; -- cgit v1.2.1