10 lines
153 B
C
10 lines
153 B
C
|
#pragma once
|
||
|
|
||
|
#include <zmq.hpp>
|
||
|
#include <nlohmann/json.hpp>
|
||
|
#include <sqlite3.h>
|
||
|
#include <filesystem>
|
||
|
#include <QDebug>
|
||
|
|
||
|
using json = nlohmann::json;
|