mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
Add header include required by mingw compiler
This commit is contained in:
parent
48f8863b2c
commit
550eeecc63
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@
|
|||
#ifndef __libpbd__floating_h__
|
||||
#define __libpbd__floating_h__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
namespace PBD {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue