revert incorrect include path changes and removal of export macros for two libardour...
[ardour.git] / libs / pbd / pbd / fastlog.h
index f64ad996cf2079116f2a7a99b90003a213bdf554..21cbfbdce22579524cf45670eba168f69fa0b2a6 100644 (file)
@@ -10,6 +10,8 @@ as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.
 
 #include <math.h> /* for HUGE_VAL */
 
+#include "pbd/libpbd_visibility.h"
+
 static inline float fast_log2 (float val)
 {
        /* don't use reinterpret_cast<> because that prevents this