Skip to content

Commit 6c06c65

Browse files
lums658claude
andcommitted
Add missing cstdint include for gcc-13 compatibility
gcc-13 is stricter about header includes - uint64_t now requires explicit <cstdint> include as it is no longer transitively included. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8c9e31a commit 6c06c65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/nwgraph/adaptors/dag_range.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#ifndef NW_GRAPH_DAG_RANGE_HPP
2121
#define NW_GRAPH_DAG_RANGE_HPP
2222

23+
#include <cstdint>
2324
#include <queue>
2425
#include <vector>
2526

0 commit comments

Comments
 (0)