mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 04:58:57 +00:00
Include a missing header for uint64_t
This commit is contained in:
parent
91aadab3dd
commit
ffc23046a2
1 changed files with 1 additions and 0 deletions
1
wutil.h
1
wutil.h
|
@ -16,6 +16,7 @@
|
|||
#include <stdarg.h>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <stdint.h>
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue