mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2024-11-15 03:13:03 +01:00
9 lines
142 B
C++
9 lines
142 B
C++
|
#pragma once
|
||
|
|
||
|
#include <nlohmann/detail/macro_scope.hpp>
|
||
|
|
||
|
namespace nlohmann
|
||
|
{
|
||
|
NLOHMANN_CAN_CALL_STD_FUNC_IMPL(end);
|
||
|
} // namespace nlohmann
|