13
0

additional header needed for mingw build to get realpath()

This commit is contained in:
Paul Davis 2013-12-05 14:49:03 -05:00
parent 8970446d7e
commit 3144a81acb

View File

@ -76,6 +76,10 @@
#include "pbd/clear_dir.h"
#include "pbd/localtime_r.h"
#if defined(__MINGW64__) // for realpath
#include "pbd/mingw64_pbd.h"
#endif
#include "ardour/amp.h"
#include "ardour/audio_diskstream.h"
#include "ardour/audio_track.h"