Skip to content

Commit

Permalink
added header for int64_t and uint64_t (fixes #282)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jul 15, 2016
1 parent 8116413 commit 7f4dd5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ SOFTWARE.
#include <cmath>
#include <cstddef>
#include <cstdio>
#include <cstdint>
#include <cstdlib>
#include <functional>
#include <initializer_list>
Expand Down
1 change: 1 addition & 0 deletions src/json.hpp.re2c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ SOFTWARE.
#include <cmath>
#include <cstddef>
#include <cstdio>
#include <cstdint>
#include <cstdlib>
#include <functional>
#include <initializer_list>
Expand Down

0 comments on commit 7f4dd5d

Please sign in to comment.