Skip to content

Commit 58f1508

Browse files
authored
Merge pull request #393 from flatcar-hub/krnowak/gcc15fix
Fix builds with GCC 15
2 parents dc8d5e6 + 135f729 commit 58f1508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/prefetch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ limitations under the License.
1616
#pragma once
1717

1818
#include <cctype>
19+
#include <cstdint>
1920
#include <string>
2021
#include <photon/fs/filesystem.h>
2122

0 commit comments

Comments
 (0)