Fix compile for when LIBLO=0
git-svn-id: svn://localhost/ardour2/trunk@2786 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f6d4ed862f
commit
6cb5ad00f1
@ -24,9 +24,12 @@
|
||||
|
||||
#include <ardour/configuration.h>
|
||||
#include <ardour/session.h>
|
||||
#include <ardour/osc.h>
|
||||
#include <ardour/audioengine.h>
|
||||
|
||||
#ifdef HAVE_LIBLO
|
||||
#include <ardour/osc.h>
|
||||
#endif
|
||||
|
||||
#include "ardour_ui.h"
|
||||
#include "actions.h"
|
||||
#include "gui_thread.h"
|
||||
|
Loading…
Reference in New Issue
Block a user