NASFAQ/connections/api/api.h
2022-05-07 17:02:21 +02:00

23 lines
423 B
C++

#ifndef _API_H_
#define _API_H_
#include <iostream>
#include <string>
#include <stdlib.h>
#include <websocketpp/config/asio_client.hpp>
#include <websocketpp/client.hpp>
#include <websocketpp/common/thread.hpp>
#include <websocketpp/common/memory.hpp>
#include <nlohmann/json.hpp>
#include "../parser/parser.h"
#include "../common/common.h"
#include "../safe_queue/safe_queue.h"
#include "../my_ssl/my_ssl.h"
#endif