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

add missing include #227

Merged
merged 1 commit into from
Sep 26, 2023
Merged

add missing include #227

merged 1 commit into from
Sep 26, 2023

Conversation

sharkcz
Copy link
Contributor

@sharkcz sharkcz commented Jun 21, 2023

With GCC 13 the header isn't included thru other headers any more, thus include it explictly. Otherwise uint8_t or uint32_t type remain undefined in Vector.cc.

Fixes: #226

With GCC 13 the <cstdint> header isn't included thru other headers any
more, thus include it explictly. Otherwise uint8_t or uint32_t type
remain undefined in Vector.cc.

Fixes: OPENDAP#226
@sharkcz
Copy link
Contributor Author

sharkcz commented Sep 25, 2023

ping?

@jgallagher59701 jgallagher59701 merged commit 23f7e01 into OPENDAP:master Sep 26, 2023
@jgallagher59701
Copy link
Member

Merged. Thanks for pointing this out and sorry it took so long to respond.

@sharkcz
Copy link
Contributor Author

sharkcz commented Sep 26, 2023

thanks and no problem, usually people have life outside github :-)

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.

error: 'uint32_t' does not name a type when compiling Vector.cc with gcc 13
2 participants