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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/pbd/pbd/floating.h b/libs/pbd/pbd/floating.h
index e5d582625a..c0003a3113 100644
--- a/libs/pbd/pbd/floating.h
+++ b/libs/pbd/pbd/floating.h
@@ -26,13 +26,15 @@
#ifndef __libpbd__floating_h__
#define __libpbd__floating_h__
+#include <stdint.h>
+
#include <cmath>
#include "pbd/libpbd_visibility.h"
namespace PBD {
-union LIBPBD_API Float_t
+union /*LIBPBD_API*/ Float_t
{
Float_t (float num = 0.0f) : f(num) {}