Skip to content

Commit 06cfde2

Browse files
committed
util: add cstdint header
1 parent 1deb18e commit 06cfde2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/faabric/util/bytes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#pragma once
22

33
#include <algorithm>
4+
#include <cstdint>
45
#include <iomanip>
56
#include <list>
67
#include <span>

include/faabric/util/files.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <cstdint>
34
#include <faabric/util/exception.h>
45
#include <string>
56
#include <vector>

0 commit comments

Comments
 (0)