Skip to content

Commit

Permalink
Add stdint headers (#1) (HarbourMasters#2832)
Browse files Browse the repository at this point in the history
* Add stdint header

* Add stdint header

Co-authored-by: Christopher Leggett <chris@leggett.dev>
  • Loading branch information
Lutzx and leggettc18 authored May 8, 2023
1 parent 91bd693 commit fac898d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ZAPDTR/ZAPD/Declaration.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <string>
#include <vector>
#include <cstdint>

// TODO: should we drop the `_t` suffix because of UNIX compliance?
typedef uint32_t segptr_t;
Expand Down
1 change: 1 addition & 0 deletions ZAPDTR/ZAPD/OutputFormatter.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <map>
#include <string>
#include <vector>
#include <cstdint>

class OutputFormatter
{
Expand Down

0 comments on commit fac898d

Please sign in to comment.