mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
Fix invalid beatbox #include syntax ... but it still doesn't compile
It has been broken for 2½ year.
This commit is contained in:
parent
b4ff4f356c
commit
05699c2d1a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
#include "pbd/ringbuffer.h"
|
||||
|
||||
#include "temporal/bbt_time.h"
|
||||
#include "temporal/superclock.h
|
||||
#include "temporal/superclock.h"
|
||||
|
||||
#include "ardour/midi_state_tracker.h"
|
||||
#include "ardour/processor.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue