2020-08-09 12:07:14 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <zmq.hpp>
|
|
|
|
#include <nlohmann/json.hpp>
|
|
|
|
#include <sqlite3.h>
|
|
|
|
#include <filesystem>
|
|
|
|
#include <QDebug>
|
2020-08-13 03:35:22 +00:00
|
|
|
#include <iostream>
|
2020-08-09 12:07:14 +00:00
|
|
|
|
|
|
|
using json = nlohmann::json;
|
2020-08-13 21:25:04 +00:00
|
|
|
|
|
|
|
//major minor patch
|
|
|
|
#define LITTLESNITCH_VERSION 010
|