update to include needed stdint.h on slightly older gcc
[ardour.git] / libs / surfaces / mackie / types.cc
1 #include "types.h"
2
3 namespace Mackie
4 {
5         LedState on( LedState::on );
6         LedState off( LedState::off );
7         LedState flashing( LedState::flashing );
8         LedState none( LedState::none );
9 }