- fix build
This commit is contained in:
parent
e1501e5ddc
commit
9e64bcd86c
|
|
@ -13,8 +13,13 @@
|
||||||
#include "Agent_AudioManager.h"
|
#include "Agent_AudioManager.h"
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <condition_variable>
|
#include <condition_variable>
|
||||||
#include "aqua++.h"
|
#if defined(USE_AQUA_LIBRARY)
|
||||||
#include "pvqa++.h"
|
# include "aqua++.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(USE_PVQA_LIBRARY)
|
||||||
|
# include "pvqa++.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
class AgentImpl: public UserAgent
|
class AgentImpl: public UserAgent
|
||||||
#if defined(USE_AQUA_LIBRARY)
|
#if defined(USE_AQUA_LIBRARY)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue