From 42f20e9b6b1643c7552ce2135599476d3f6c8bf5 Mon Sep 17 00:00:00 2001 From: thunder2 Date: Mon, 25 Oct 2010 18:58:45 +0000 Subject: [PATCH] Fixed compile on Linux. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3695 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/elastic/graphwidget.h | 1 + 1 file changed, 1 insertion(+) diff --git a/retroshare-gui/src/gui/elastic/graphwidget.h b/retroshare-gui/src/gui/elastic/graphwidget.h index 24acf698b..7927741b3 100644 --- a/retroshare-gui/src/gui/elastic/graphwidget.h +++ b/retroshare-gui/src/gui/elastic/graphwidget.h @@ -43,6 +43,7 @@ #define GRAPHWIDGET_H #include +#include class Node;