summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/floating.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/floating.h')
-rw-r--r--libs/pbd/pbd/floating.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libs/pbd/pbd/floating.h b/libs/pbd/pbd/floating.h
index 105a976637..c0003a3113 100644
--- a/libs/pbd/pbd/floating.h
+++ b/libs/pbd/pbd/floating.h
@@ -26,11 +26,15 @@
#ifndef __libpbd__floating_h__
#define __libpbd__floating_h__
+#include <stdint.h>
+
#include <cmath>
+#include "pbd/libpbd_visibility.h"
+
namespace PBD {
-union Float_t
+union /*LIBPBD_API*/ Float_t
{
Float_t (float num = 0.0f) : f(num) {}