[all-commits] [llvm/llvm-project] 08ce89: [Flang] Explicitly include cstdint (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Jan 20 01:03:41 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 08ce89d3088dc0a6dd9d3b7455222aa35894c1d5
      https://github.com/llvm/llvm-project/commit/08ce89d3088dc0a6dd9d3b7455222aa35894c1d5
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-01-20 (Fri, 20 Jan 2023)

  Changed paths:
    M flang/include/flang/Parser/characters.h

  Log Message:
  -----------
  [Flang] Explicitly include cstdint (NFC)

This header uses std::int8_t, but does not include cstdint.

This fixes the build against libstc++ 13, where some indirect
header includes have been removed.




More information about the All-commits mailing list