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

PROJ: add missing <cstdint> includes #3459

Merged
merged 1 commit into from
Nov 15, 2022
Merged

PROJ: add missing <cstdint> includes #3459

merged 1 commit into from
Nov 15, 2022

Conversation

trofi
Copy link
Contributor

@trofi trofi commented Nov 14, 2022

Without the change build fails on upcomig gcc-13 as:

In file included from /build/PROJ/src/iso19111/operation/conversion.cpp:58:
src/proj_json_streaming_writer.hpp:42:14:
  error: 'int64_t' in namespace 'std' does not name a type
   42 | typedef std::int64_t GIntBig;
      |              ^~~~~~~

gcc-13 cleaned it's header dependencies and that exposes these failures.

  • Closes #xxxx
  • Tests added
  • Added clear title that can be used to generate release notes
  • Fully documented, including updating docs/source/*.rst for new API

Without the change build fails on upcomig `gcc-13` as:

    In file included from /build/PROJ/src/iso19111/operation/conversion.cpp:58:
    src/proj_json_streaming_writer.hpp:42:14:
      error: 'int64_t' in namespace 'std' does not name a type
       42 | typedef std::int64_t GIntBig;
          |              ^~~~~~~

gcc-13 cleaned it's header dependencies and that exposes these failures.
@rouault rouault merged commit 65f60f6 into OSGeo:master Nov 15, 2022
github-actions bot pushed a commit that referenced this pull request Nov 15, 2022
PROJ: add missing <cstdint> includes
@trofi trofi deleted the gcc-13-fix branch November 15, 2022 17:48
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.

None yet

3 participants