Make sure that the DSPLoadCalculator class is exportable
authorJohn Emmas <johne53@tiscali.co.uk>
Thu, 10 Sep 2015 09:24:04 +0000 (10:24 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Thu, 10 Sep 2015 09:24:04 +0000 (10:24 +0100)
libs/ardour/ardour/dsp_load_calculator.h

index 911f1e3f1410d72669a667afde378af35f16badc..0fed1db7a44b2991a0979346e4cd0c3791d275c3 100644 (file)
 
 #include <pbd/ringbuffer.h>
 
+#include "ardour/libardour_visibility.h"
+
 namespace ARDOUR {
 
-class DSPLoadCalculator {
+class LIBARDOUR_API DSPLoadCalculator {
 public:
        DSPLoadCalculator()
            : m_max_time_us(0)