summaryrefslogtreecommitdiff
path: root/libs/audiographer/audiographer/debug_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/audiographer/audiographer/debug_utils.h')
-rw-r--r--libs/audiographer/audiographer/debug_utils.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/audiographer/audiographer/debug_utils.h b/libs/audiographer/audiographer/debug_utils.h
index a1dad22eaf..a8c63e85b6 100644
--- a/libs/audiographer/audiographer/debug_utils.h
+++ b/libs/audiographer/audiographer/debug_utils.h
@@ -8,13 +8,16 @@
#ifdef __GNUC__
#include <cxxabi.h>
+#include <cstdlib>
#endif
+#include "audiographer/visibility.h"
+
namespace AudioGrapher
{
/// Utilities for debugging
-struct DebugUtils
+struct LIBAUDIOGRAPHER_API DebugUtils
{
/// Returns the demangled name of the object passed as the parameter
template<typename T>