mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue