[flang-commits] [flang] [Flang][MLIR][OpenMP] Create a deferred declare target marking process for Bridge.cpp (PR #78502)

via flang-commits flang-commits at lists.llvm.org
Fri Jan 19 08:20:30 PST 2024


================
@@ -14,6 +14,9 @@
 #define FORTRAN_LOWER_OPENMP_H
 
 #include <cinttypes>
+#include <utility>
+
+#include "llvm/ADT/SmallVector.h"
----------------
agozillon wrote:

Thank you very much! for pointing it out I actually thought my code formatter would have shuffled them in this case

https://github.com/llvm/llvm-project/pull/78502


More information about the flang-commits mailing list