Skip to content

Commit

Permalink
add int64_t definition for Windows (#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna authored Jul 29, 2022
1 parent 28218f3 commit 9e17f29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/awkward/_v2/cpp-headers/awkward/BuilderOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <tuple>
#include <type_traits>
#include <vector>
#include <stdint.h>

namespace awkward {

Expand Down
1 change: 1 addition & 0 deletions src/awkward/_v2/cpp-headers/awkward/GrowableBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <iostream>
#include <utility>
#include <stdexcept>
#include <stdint.h>

namespace awkward {

Expand Down
1 change: 1 addition & 0 deletions src/awkward/_v2/cpp-headers/awkward/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <cassert>
#include <utility>
#include <stdexcept>
#include <stdint.h>

namespace awkward {

Expand Down

0 comments on commit 9e17f29

Please sign in to comment.