Commit bee3acf
Common: include <cstdint> in CPrimalGrid.hpp and remove duplicate <limits> (#2629)
This header declares PeriodIndexNeighbors as int8_t but relied on indirect includes for the type.
Add an explicit #include <cstdint> to ensure portability across compilers and platforms
(MSVC/Clang/GCC), and deduplicate a repeated <limits> include. No functional/runtime changes;
this is a safe, hygiene-only fix that reduces the risk of build failures in strict toolchains
and keeps the header self-contained.
- Touches: Common/include/geometry/primal_grid/CPrimalGrid.hpp
- Behavior change: none
- Risk: low; header-only; does not affect algorithms, IO, or numerics
Signed-off-by: Shubham shukla
Co-authored-by: Pedro Gomes <[email protected]>1 parent a720b66 commit bee3acf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments