blob: e7aab3368719e5e401c7e011bd29c74449d5a8ea [file] [log] [blame]
// __ _____ _____ _____
// __| | __| | | | JSON for Modern C++ (supporting code)
// | | |__ | | | | | | version 3.11.0
// |_____|_____|_____|_|___| https://github.com/nlohmann/json
//
// SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
// SPDX-License-Identifier: MIT
#include "doctest_compatibility.h"
#ifdef _WIN32
#include <windows.h>
#endif
#include <nlohmann/json.hpp>
using nlohmann::json;
TEST_CASE("include windows.h")
{
CHECK(true);
}