13
0

Include header that declares ::free for mingw build

This commit is contained in:
Paul Davis 2013-07-11 13:53:12 -04:00
parent 157b0e385a
commit 0e513f0469

View File

@ -7,6 +7,7 @@
#ifdef __GNUC__
#include <cxxabi.h>
#include <cstdlib>
#endif
namespace AudioGrapher