mirror of
https://github.com/nlohmann/json.git
synced 2025-08-06 13:06:12 +08:00
Added missing cerrno header to fix ERANGE c-error on android
This commit is contained in:
parent
c6a6a024f7
commit
fbc25b080b
@ -14,6 +14,7 @@ Licensed under the MIT License <http://opensource.org/licenses/MIT>.
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <cassert>
|
||||
#include <cerrno>
|
||||
#include <ciso646>
|
||||
#include <cmath>
|
||||
#include <cstddef>
|
||||
|
@ -14,6 +14,7 @@ Licensed under the MIT License <http://opensource.org/licenses/MIT>.
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <cassert>
|
||||
#include <cerrno>
|
||||
#include <ciso646>
|
||||
#include <cmath>
|
||||
#include <cstddef>
|
||||
|
Loading…
Reference in New Issue
Block a user