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