bigsnitch/includes.h
2020-08-13 05:35:22 +02:00

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;