Merge branch 'master' into cairocanvas
[ardour.git] / libs / audiographer / audiographer / routines.h
index b3b7f0921b02ae7264c0c4d18f5dc027a0c3f65d..4ab3bc5fb52d63a27b0829ec04a762a774d625eb 100644 (file)
@@ -5,11 +5,13 @@
 
 #include <cmath>
 
+#include "audiographer/visibility.h"
+
 namespace AudioGrapher
 {
 
 /// Allows overriding some routines with more efficient ones.
-class Routines
+class LIBAUDIOGRAPHER_API Routines
 {
   public:
        typedef uint32_t uint_type;