Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling error : ‘uint64_t’ does not name a type #49

Closed
IvnSoft opened this issue Jun 18, 2023 · 1 comment
Closed

Compiling error : ‘uint64_t’ does not name a type #49

IvnSoft opened this issue Jun 18, 2023 · 1 comment

Comments

@IvnSoft
Copy link

IvnSoft commented Jun 18, 2023

In file included from .../imtui/examples/hnterm/hn-state.cpp:5:
.../imtui/examples/hnterm/hn-state.h:36:5: error: ‘uint64_t’ does not name a type
   36 |     uint64_t time = 0;
      |     ^~~~~~~~
.../imtui/examples/hnterm/hn-state.h:11:1: note: ‘uint64_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?

Fixed by adding

#include <cstdint>

to examples/hnterm/hn-state.h

@ggerganov
Copy link
Owner

Fixed with 9f39c3e

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

No branches or pull requests

2 participants