mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
fix windows builds
This commit is contained in:
parent
d87965d82d
commit
2623b227d5
1 changed files with 4 additions and 0 deletions
|
|
@ -21,6 +21,10 @@
|
|||
#include <gtkmm/button.h>
|
||||
#include <gtkmm/table.h>
|
||||
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
#include <pbd/windows_timer_utils.h>
|
||||
#endif
|
||||
|
||||
#include "timecode/time.h"
|
||||
|
||||
#include "idleometer.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue