bigsnitch/includes.h
2020-08-09 14:07:14 +02:00

9 lines
153 B
C

#pragma once
#include <zmq.hpp>
#include <nlohmann/json.hpp>
#include <sqlite3.h>
#include <filesystem>
#include <QDebug>
using json = nlohmann::json;