[libomp] Explicitly include <string> header (NFC)
authorNikita Popov <npopov@redhat.com>
Fri, 20 Jan 2023 09:11:01 +0000 (10:11 +0100)
committerNikita Popov <npopov@redhat.com>
Fri, 20 Jan 2023 09:39:27 +0000 (10:39 +0100)
commit1b4fdf18bc2aaa2d46bf072475dd9cbcd44a9fee
tree2794aea61e407cc2442282e3bdcf63522227e768
parentea4fd668c2cd88d13b36a5d64e3dedb1106340bc
[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.
openmp/libomptarget/include/Debug.h