fixed some small issues
This commit is contained in:
parent
e3ab0bc74a
commit
a372937424
3 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue