summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-07-13 16:44:59 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-07-13 16:44:59 -0400
commit550eeecc63eb4a20fcff0799e9ab7e7ac9b7a294 (patch)
tree741383851ac2c4108e628ddafc9c0499f4d1ff9a /libs
parent48f8863b2cb5ad4628ff6eef33cb8796e4773068 (diff)
Add header include required by mingw compiler
Diffstat (limited to 'libs')
-rw-r--r--libs/pbd/pbd/floating.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/pbd/pbd/floating.h b/libs/pbd/pbd/floating.h
index 105a976637..6daef5d4aa 100644
--- a/libs/pbd/pbd/floating.h
+++ b/libs/pbd/pbd/floating.h
@@ -26,6 +26,8 @@
#ifndef __libpbd__floating_h__
#define __libpbd__floating_h__
+#include <stdint.h>
+
#include <cmath>
namespace PBD {