add missing includes, put back include comments

This commit is contained in:
Théo DELRIEU 2017-08-14 19:28:01 +02:00
parent 9cab30cfce
commit 57d822b6e2
No known key found for this signature in database
GPG key ID: 51AC4B3A2C47C10F
18 changed files with 123 additions and 87 deletions

View file

@ -1,6 +1,8 @@
#ifndef NLOHMANN_JSON_MACRO_SCOPE_HPP
#define NLOHMANN_JSON_MACRO_SCOPE_HPP
#include <ciso646> // not
// This file contains all internal macro definitions
// You MUST include macro_unscope.hpp at the end of json.hpp to undef all of them