merge with master and fix 4 conflicts by hand
[ardour.git] / libs / audiographer / audiographer / debug_utils.h
index 693c50064ce266fda3b3b8e3154dc90581de17f8..a8c63e85b622bbb898bc7b0595f7f9068bf6fe6e 100644 (file)
 #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>