mirror of
https://github.com/nlohmann/json.git
synced 2026-03-16 22:15:59 +00:00
fixed some small issues
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
@see https://github.com/nlohmann/json
|
||||
*/
|
||||
|
||||
#ifndef _NLOHMANN_JSON
|
||||
#define _NLOHMANN_JSON
|
||||
#ifndef NLOHMANN_JSON_HPP
|
||||
#define NLOHMANN_JSON_HPP
|
||||
|
||||
#include <algorithm>
|
||||
#include <ciso646>
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
@see https://github.com/nlohmann/json
|
||||
*/
|
||||
|
||||
#ifndef _NLOHMANN_JSON
|
||||
#define _NLOHMANN_JSON
|
||||
#ifndef NLOHMANN_JSON_HPP
|
||||
#define NLOHMANN_JSON_HPP
|
||||
|
||||
#include <algorithm>
|
||||
#include <ciso646>
|
||||
|
||||
Reference in New Issue
Block a user