PostgreSQL.cpp 208 B

123456789101112131415
  1. /* (c) ZeroTier, Inc.
  2. * See LICENSE.txt in nonfree/
  3. */
  4. #ifdef ZT_CONTROLLER_USE_LIBPQ
  5. #include "PostgreSQL.hpp"
  6. #include <nlohmann/json.hpp>
  7. using namespace nlohmann;
  8. using namespace ZeroTier;
  9. #endif