Fixes for gcc 13 (#1128)

* Add include <cstdint> where needed
* Add .devcontainer to .gitignore
* Document gcc-13 compilation fix for rocksdb
This commit is contained in:
Bronek Kozicki
2024-01-25 12:01:11 +00:00
committed by GitHub
parent ab33b26ec4
commit ec335176bb
4 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
*clio*.log
/build*/
.devcontainer
.build
.cache
.vscode