Added missing cerrno header to fix ERANGE c-error on android

This commit is contained in:
Raphael Isemann 2016-03-10 08:46:26 +01:00
parent c6a6a024f7
commit fbc25b080b
2 changed files with 2 additions and 0 deletions

View file

@ -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>

View file

@ -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>