Skip to content

Commit

Permalink
[master] Add cstdint headers to (potentially) help with Windows builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhrr committed Apr 15, 2024
1 parent 7968107 commit 46e6dfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dale/Serialise/Serialise.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define DALE_SERIALISE

#include <cstdio>
#include <cstdint>
#include <map>
#include <set>
#include <string>
Expand Down
1 change: 1 addition & 0 deletions src/dale/Type/Type.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define DALE_ELEMENT_TYPE

#include <cstdlib>
#include <cstdint>
#include <map>
#include <string>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions src/dale/llvmUtils/llvmUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <sys/stat.h>
#include <cerrno>
#include <climits>
#include <cstdint>
#include <memory>
#include <string>
#include <utility>
Expand Down

0 comments on commit 46e6dfc

Please sign in to comment.