summaryrefslogtreecommitdiff
path: root/libs/audiographer
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-07-11 13:53:12 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-07-11 13:53:12 -0400
commit0e513f04694c773b47dd5b03daa07842598ac8b6 (patch)
treee7ef346f73a6447fa2a24629baba2f179e3ee471 /libs/audiographer
parent157b0e385af29f1158fa9c90130a0cfbe800910f (diff)
Include header that declares ::free for mingw build
Diffstat (limited to 'libs/audiographer')
-rw-r--r--libs/audiographer/audiographer/debug_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/audiographer/audiographer/debug_utils.h b/libs/audiographer/audiographer/debug_utils.h
index a1d8259716..7b9e50124a 100644
--- a/libs/audiographer/audiographer/debug_utils.h
+++ b/libs/audiographer/audiographer/debug_utils.h
@@ -7,6 +7,7 @@
#ifdef __GNUC__
#include <cxxabi.h>
+#include <cstdlib>
#endif
namespace AudioGrapher