Skip to content

Commit b50c213

Browse files
authored
fix: explicitly add <cstdint> header for fixed width integer types (#210)
Signed-off-by: CHEN Xuan <[email protected]>
1 parent 574a5aa commit b50c213

File tree

1 file changed

+1
-0
lines changed
  • CARET_analyze_cpp_impl/include/caret_analyze_cpp_impl

1 file changed

+1
-0
lines changed

CARET_analyze_cpp_impl/include/caret_analyze_cpp_impl/record.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#ifndef CARET_ANALYZE_CPP_IMPL__RECORD_HPP_
1616

17+
#include <cstdint>
1718
#include <tuple>
1819
#include <unordered_set>
1920
#include <unordered_map>

0 commit comments

Comments
 (0)