]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
examples : add missing #include <cstdint> (#798)
authorPhilipp Zabel <redacted>
Sun, 23 Apr 2023 13:52:52 +0000 (15:52 +0200)
committerGitHub <redacted>
Sun, 23 Apr 2023 13:52:52 +0000 (16:52 +0300)
commit2bd4b8d5770ec3712b67811ad7714ea22fe1084f
tree52dccc1f500a968fc5aaacb5664b94c5a7326034
parenteecf2c3d4166ea03a73ea59125a984e533acce88
examples : add missing #include <cstdint> (#798)

common.cpp uses uint8_t and uint64_t, which are defined in <cstdint>.
examples/common.cpp