Files

16 lines
208 B
C++
Raw Permalink Normal View History

/* (c) ZeroTier, Inc.
* See LICENSE.txt in nonfree/
*/
2025-04-03 10:27:42 -07:00
#ifdef ZT_CONTROLLER_USE_LIBPQ
2018-08-31 14:58:15 -07:00
2019-08-06 07:51:50 -05:00
#include "PostgreSQL.hpp"
2025-04-03 10:27:42 -07:00
#include <nlohmann/json.hpp>
2018-08-31 14:58:15 -07:00
2025-04-03 10:27:42 -07:00
using namespace nlohmann;
2018-08-31 14:58:15 -07:00
using namespace ZeroTier;
#endif