mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Include windows.h in Dummy backend for LARGE_INTEGER
This is necessary for a native build using MSYS2 and mingw-w64
This commit is contained in:
parent
4c4863248c
commit
47b1c2889c
1 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,10 @@
|
|||
|
||||
#include <glibmm.h>
|
||||
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include "dummy_audiobackend.h"
|
||||
#include "dummy_midi_seq.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue