🚨 fix includes

This commit is contained in:
Niels Lohmann 2021-01-23 17:07:09 +01:00
parent 395788c311
commit 96a1334072
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
#pragma once
#include <cstddef> // size_t, uint8_t
#include <cstdint> // uint8_t
#include <cstddef> // size_t
#include <functional> // hash
#include <nlohmann/detail/macro_scope.hpp>

View File

@ -4663,7 +4663,8 @@ class byte_container_with_subtype : public BinaryType
// #include <nlohmann/detail/hash.hpp>
#include <cstddef> // size_t, uint8_t
#include <cstdint> // uint8_t
#include <cstddef> // size_t
#include <functional> // hash
// #include <nlohmann/detail/macro_scope.hpp>