Fix OSX builds in the wake of the source-tree layout changes

This commit is contained in:
Robin Gareus 2017-07-18 18:29:22 +02:00
parent ea05241771
commit 5f485f964e
2 changed files with 5 additions and 0 deletions

View file

@ -51,6 +51,10 @@
#include "waveview/wave_view.h"
#include "waveview/wave_view_private.h"
#ifdef __APPLE__
#define Rect ArdourCanvas::Rect
#endif
using namespace std;
using namespace PBD;
using namespace ARDOUR;