mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-19 21:03:57 -07:00
fix include
This commit is contained in:
parent
ab208bb8f9
commit
564d29e445
1 changed files with 68 additions and 69 deletions
|
@ -2,7 +2,7 @@
|
||||||
* See LICENSE.txt in nonfree/
|
* See LICENSE.txt in nonfree/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include "DB.hpp"
|
#include "DB.hpp"
|
||||||
|
|
||||||
#ifdef ZT_CONTROLLER_USE_LIBPQ
|
#ifdef ZT_CONTROLLER_USE_LIBPQ
|
||||||
|
|
||||||
|
@ -19,8 +19,7 @@ include "DB.hpp"
|
||||||
#include <pqxx/pqxx>
|
#include <pqxx/pqxx>
|
||||||
#include <redis++/redis++.h>
|
#include <redis++/redis++.h>
|
||||||
|
|
||||||
namespace ZeroTier
|
namespace ZeroTier {
|
||||||
{
|
|
||||||
class CV2 : public DB {
|
class CV2 : public DB {
|
||||||
friend class MemberNotificationReceiver<CV2>;
|
friend class MemberNotificationReceiver<CV2>;
|
||||||
friend class NetworkNotificationReceiver<CV2>;
|
friend class NetworkNotificationReceiver<CV2>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue