From 550eeecc63eb4a20fcff0799e9ab7e7ac9b7a294 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 13 Jul 2013 16:44:59 -0400 Subject: [PATCH] Add header include required by mingw compiler --- libs/pbd/pbd/floating.h | 2 ++ 1 file changed, 2 insertions(+) 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 + #include namespace PBD {