Skip to content

Conversation

danbev
Copy link
Member

@danbev danbev commented Apr 28, 2025

This commit adds an include for cstdint to talk-llama.

The motivation for this is that currently this is causing an compiler error and failing the CI build:

In file included from D:/a/whisper.cpp/whisper.cpp/examples/talk-llama/llama-mmap.cpp:1:
D:/a/whisper.cpp/whisper.cpp/examples/talk-llama/llama-mmap.h:26:5:
error: 'uint32_t' does not name a type
   26 |     uint32_t read_u32() const;
      |     ^~~~~~~~

Refs: https://github.com/ggml-org/whisper.cpp/actions/runs/14700142155/job/41248102108

This commit adds an include for cstdint to talk-llama.

The motivation for this is that currently this is causing an compiler
error and failing the CI build:
```console
In file included from D:/a/whisper.cpp/whisper.cpp/examples/talk-llama/llama-mmap.cpp:1:
D:/a/whisper.cpp/whisper.cpp/examples/talk-llama/llama-mmap.h:26:5:
error: 'uint32_t' does not name a type
   26 |     uint32_t read_u32() const;
      |     ^~~~~~~~
```

Refs: https://github.com/ggml-org/whisper.cpp/actions/runs/14700142155/job/41248102108
@danbev danbev marked this pull request as ready for review April 28, 2025 10:22
@danbev
Copy link
Member Author

danbev commented Apr 28, 2025

Closing in favor of #3084

@danbev danbev closed this Apr 28, 2025
@danbev danbev deleted the ci-win-mingw branch April 28, 2025 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant