Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rocksdb: fix build with gcc-13 | mark.yang | 2025-04-07 | 1 | -0/+65 |
* From gcc 13, cstdint header must be explicitly included for uint_X data types. * See also: https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes Signed-off-by: mark.yang <mark.yang@lge.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |