fix include
Some checks failed
/ build_macos (push) Has been cancelled
/ build_windows (push) Has been cancelled
/ build_ubuntu (push) Has been cancelled

This commit is contained in:
Grant Limberg 2025-08-12 10:52:25 -07:00
commit 564d29e445

View file

@ -2,7 +2,7 @@
* See LICENSE.txt in nonfree/
*/
include "DB.hpp"
#include "DB.hpp"
#ifdef ZT_CONTROLLER_USE_LIBPQ
@ -19,8 +19,7 @@ include "DB.hpp"
#include <pqxx/pqxx>
#include <redis++/redis++.h>
namespace ZeroTier
{
namespace ZeroTier {
class CV2 : public DB {
friend class MemberNotificationReceiver<CV2>;
friend class NetworkNotificationReceiver<CV2>;