mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
Add some more missing #includes
This commit is contained in:
parent
18245b06d0
commit
ad40a9008b
3 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
#include "waves_dataport.h"
|
#include "waves_dataport.h"
|
||||||
|
|
||||||
using namespace ARDOUR;
|
using namespace ARDOUR;
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
#include "waves_midi_device.h"
|
#include "waves_midi_device.h"
|
||||||
#include "waves_midi_event.h"
|
#include "waves_midi_event.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
#include "WCMRNativeAudio.h"
|
#include "WCMRNativeAudio.h"
|
||||||
#include "MiscUtils/pthread_utils.h"
|
#include "MiscUtils/pthread_utils.h"
|
||||||
#include "MiscUtils/safe_delete.h"
|
#include "MiscUtils/safe_delete.h"
|
||||||
|
#include <iostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <boost/assign/list_of.hpp>
|
#include <boost/assign/list_of.hpp>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue