bigsnitch/includes.h

10 lines
153 B
C
Raw Normal View History

2020-08-09 12:07:14 +00:00
#pragma once
#include <zmq.hpp>
#include <nlohmann/json.hpp>
#include <sqlite3.h>
#include <filesystem>
#include <QDebug>
using json = nlohmann::json;