Skip to content
Snippets Groups Projects
Commit b2c900b4 authored by trilene's avatar trilene
Browse files

Remove nlohmann/json_fwd includes

parent ad1b4a5e
No related branches found
No related tags found
No related merge requests found
#pragma once
#if __has_include(<nlohmann/json_fwd.hpp>)
#include <nlohmann/json_fwd.hpp>
#else
#include <nlohmann/json.hpp>
#endif
#include <string>
#include <vector>
......
......@@ -3,11 +3,7 @@
#include <string>
#include <vector>
#if __has_include(<nlohmann/json_fwd.hpp>)
#include <nlohmann/json_fwd.hpp>
#else
#include <nlohmann/json.hpp>
#endif
namespace mtx::responses {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment