ZeroTierOne/nonfree/controller/PostgreSQL.cpp
2025-08-05 11:03:59 -04: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