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/
|
||||
*/
|
||||
|
||||
include "DB.hpp"
|
||||
#include "DB.hpp"
|
||||
|
||||
#ifdef ZT_CONTROLLER_USE_LIBPQ
|
||||
|
||||
|
@ -19,9 +19,8 @@ include "DB.hpp"
|
|||
#include <pqxx/pqxx>
|
||||
#include <redis++/redis++.h>
|
||||
|
||||
namespace ZeroTier
|
||||
{
|
||||
class CV2 : public DB {
|
||||
namespace ZeroTier {
|
||||
class CV2 : public DB {
|
||||
friend class MemberNotificationReceiver<CV2>;
|
||||
friend class NetworkNotificationReceiver<CV2>;
|
||||
|
||||
|
@ -92,7 +91,7 @@ include "DB.hpp"
|
|||
|
||||
int _listenPort;
|
||||
uint8_t _ssoPsk[48];
|
||||
};
|
||||
};
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue