- fix build

This commit is contained in:
Dmytro Bogovych 2020-06-27 11:05:19 +03:00
parent e1501e5ddc
commit 9e64bcd86c
1 changed files with 7 additions and 2 deletions

View File

@ -13,8 +13,13 @@
#include "Agent_AudioManager.h"
#include <mutex>
#include <condition_variable>
#include "aqua++.h"
#include "pvqa++.h"
#if defined(USE_AQUA_LIBRARY)
# include "aqua++.h"
#endif
#if defined(USE_PVQA_LIBRARY)
# include "pvqa++.h"
#endif
class AgentImpl: public UserAgent
#if defined(USE_AQUA_LIBRARY)