fix lack of canvas.h

git-svn-id: svn://localhost/trunk/ardour2@95 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2005-11-14 16:42:29 +00:00
parent e98beaee80
commit a83fbb1c51
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@
#include "axis_view.h"
#include "enums.h"
#include "editing.h"
namespace ArdourCanvas = Gnome::Canvas;
#include "canvas.h"
namespace ARDOUR {
class Session;