mirror of
https://github.com/HavocFramework/Havoc
synced 2026-06-08 11:13:29 +00:00
11 lines
184 B
C
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
|