13
0

Add more missing include (fix windows builds)

This commit is contained in:
Robin Gareus 2024-10-19 04:58:30 +02:00
parent af4d70c243
commit 7b24d38c0f
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "winmmemidi_input_device.h"
#include <stdexcept>
#include <cassert>
#include <cmath>
#include "pbd/compose.h"

View File

@ -26,6 +26,7 @@
#include <stdint.h>
#include <string>
#include <memory>
#include <pbd/ringbuffer.h>