Add a couple of visibility specifiers that were missing
[ardour.git] / libs / pbd / pbd / fpu.h
index ff3df481d06a31ef1b1798783fedc88d66af741c..6627951e9f32514b27972ec87743db276b69b848 100644 (file)
 #ifndef __pbd_fpu_h__
 #define __pbd_fpu_h__
 
-namespace PBD {
+#include "pbd/libpbd_visibility.h"
 
+namespace PBD {
 
-class FPU {
+class LIBPBD_API FPU {
   private:
        enum Flags {
                HasFlushToZero = 0x1,