cwThread.h now depends on cwTest.h
This commit is contained in:
parent
6fcc1fa0ec
commit
9a555e2c42
@ -1,6 +1,7 @@
|
||||
#include "cwCommon.h"
|
||||
#include "cwLog.h"
|
||||
#include "cwCommonImpl.h"
|
||||
#include "cwTest.h"
|
||||
#include "cwMem.h"
|
||||
#include "cwSpScBuf.h"
|
||||
#include "cwThread.h"
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include "cwCommon.h"
|
||||
#include "cwLog.h"
|
||||
#include "cwCommonImpl.h"
|
||||
#include "cwTest.h"
|
||||
#include "cwMem.h"
|
||||
#include "cwThread.h"
|
||||
#include "cwThreadMach.h"
|
||||
|
@ -30,6 +30,8 @@
|
||||
|
||||
#include "cwFlowTest.h"
|
||||
|
||||
#include "cwThread.h"
|
||||
#include "cwThreadMach.h"
|
||||
|
||||
namespace cw
|
||||
{
|
||||
@ -54,6 +56,7 @@ namespace cw
|
||||
{ "/wt_bank", wt_bank::test },
|
||||
{ "/audio_transform", dsp::test },
|
||||
{ "/wt_note", wt_note::test },
|
||||
{ "/thread_tasks", thread_tasks::test },
|
||||
{ nullptr, nullptr },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user