Files

11 lines
184 B
C

#ifndef HAVOC_EXTERNAL_H
#define HAVOC_EXTERNAL_H
#include <nlohmann/json.hpp>
#include <spdlog/spdlog.h>
#include <toml.hpp>
using json = nlohmann::json;
#endif //HAVOC_EXTERNAL_H