mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-30 23:10:14 -05:00
* Add stdint header * Add stdint header Co-authored-by: Christopher Leggett <chris@leggett.dev>
This commit is contained in:
parent
91bd693ff6
commit
fac898d759
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
// TODO: should we drop the `_t` suffix because of UNIX compliance?
|
// TODO: should we drop the `_t` suffix because of UNIX compliance?
|
||||||
typedef uint32_t segptr_t;
|
typedef uint32_t segptr_t;
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
#include <map>
|
#include <map>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
class OutputFormatter
|
class OutputFormatter
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user