Common: fix missing <cstdint> include in CPrimalGrid.hpp; drop duplicate <limits> by shbhmexe · Pull Request #2629 · su2code/SU2
…mits> 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 <shubhushukl586@gmail.com>
changed the base branch from
master
to
develop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters