1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-13 20:21:48 +03:00

Merge pull request #222 from Teemperor/fixAndroid

Added missing cerrno header to fix ERANGE compile error on android
This commit is contained in:
Niels
2016-03-30 20:12:55 +02:00
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ SOFTWARE.
#include <algorithm>
#include <array>
#include <cassert>
#include <cerrno>
#include <ciso646>
#include <cmath>
#include <cstddef>