You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
149 B
11 lines
149 B
|
8 years ago
|
#ifdef ZT_CONTROLLER_USE_LIBPQ
|
||
|
|
|
||
|
12 months ago
|
#include "PostgreSQL.hpp"
|
||
|
4 years ago
|
|
||
|
12 months ago
|
#include <nlohmann/json.hpp>
|
||
|
5 years ago
|
|
||
|
12 months ago
|
using namespace nlohmann;
|
||
|
8 years ago
|
|
||
|
|
using namespace ZeroTier;
|
||
|
|
|
||
|
12 months ago
|
#endif
|