🔨 fixed includes

This commit is contained in:
Niels Lohmann 2019-01-13 15:31:22 +01:00
parent 8e9ad346d9
commit 5c04cc1009
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
7 changed files with 27 additions and 9 deletions

View file

@ -12,6 +12,7 @@
#include <utility> // pair, declval
#include <cstdio> //FILE *
#include <nlohmann/detail/iterators/iterator_traits.hpp>
#include <nlohmann/detail/macro_scope.hpp>
namespace nlohmann

View file

@ -1,11 +1,12 @@
#pragma once
#include <cassert>
#include <cstddef>
#include <string>
#include <vector>
#include <nlohmann/detail/input/parser.hpp>
#include <nlohmann/detail/exceptions.hpp>
#include <nlohmann/detail/macro_scope.hpp>
namespace nlohmann
{