Add header include required by mingw compiler

This commit is contained in:
Paul Davis
2013-07-13 16:44:59 -04:00
parent 48f8863b2c
commit 550eeecc63

View File

@@ -26,6 +26,8 @@
#ifndef __libpbd__floating_h__
#define __libpbd__floating_h__
#include <stdint.h>
#include <cmath>
namespace PBD {