ZeroTierOne/controller/PostgreSQL.cpp
2025-07-16 10:40:29 -07:00

11 lines
No EOL
149 B
C++

#ifdef ZT_CONTROLLER_USE_LIBPQ
#include "PostgreSQL.hpp"
#include <nlohmann/json.hpp>
using namespace nlohmann;
using namespace ZeroTier;
#endif