13
0

fix missing #include

This commit is contained in:
Paul Davis 2020-04-07 17:33:14 -06:00
parent 33ae34124a
commit d045dae5ff

View File

@ -40,6 +40,7 @@
#include "pot.h" #include "pot.h"
#include "strip.h" #include "strip.h"
#include "subview.h" #include "subview.h"
#include "subview_modes.h"
#include "surface.h" #include "surface.h"
using namespace ARDOUR; using namespace ARDOUR;