Skip to content

Commit

Permalink
added missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Aug 2, 2016
1 parent 26ffccf commit 580c74d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/json.hpp
Expand Up @@ -33,6 +33,7 @@ SOFTWARE.
#include <array>
#include <cassert>
#include <ciso646>
#include <climits>
#include <cmath>
#include <cstddef>
#include <cstdint>
Expand Down Expand Up @@ -77,8 +78,6 @@ SOFTWARE.
#endif
#endif

#undef COMPILER_HAS_GENERIC_BUILTIN_OVERFLOW

// select or define functions for unsigned integer arithmetic
#ifdef COMPILER_HAS_GENERIC_BUILTIN_OVERFLOW
#define add_and_check_overflow(a,b,res,overflow) { overflow = __builtin_uaddll_overflow(a, b, &res); }
Expand Down
1 change: 1 addition & 0 deletions src/json.hpp.re2c
Expand Up @@ -33,6 +33,7 @@ SOFTWARE.
#include <array>
#include <cassert>
#include <ciso646>
#include <climits>
#include <cmath>
#include <cstddef>
#include <cstdint>
Expand Down

0 comments on commit 580c74d

Please sign in to comment.