summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/fastlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/fastlog.h')
-rw-r--r--libs/pbd/pbd/fastlog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/pbd/pbd/fastlog.h b/libs/pbd/pbd/fastlog.h
index f64ad996cf..21cbfbdce2 100644
--- a/libs/pbd/pbd/fastlog.h
+++ b/libs/pbd/pbd/fastlog.h
@@ -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