mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Add more missing include (fix windows builds)
This commit is contained in:
parent
af4d70c243
commit
7b24d38c0f
2 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
#include "winmmemidi_input_device.h"
|
||||
|
||||
#include <stdexcept>
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
|
||||
#include "pbd/compose.h"
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
#include <stdint.h>
|
||||
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
#include <pbd/ringbuffer.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue