[all-commits] [llvm/llvm-project] 1b4fdf: [libomp] Explicitly include <string> header (NFC)

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


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

  Changed paths:
    M openmp/libomptarget/include/Debug.h

  Log Message:
  -----------
  [libomp] Explicitly include <string> header (NFC)

This is required to build against libstdc++ 13. Debug.h uses
std::stoi() from <string> without explicitly including it.




More information about the All-commits mailing list