File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- // ===-- lib/runtime/assign_omp.cpp ----------------------------------*- C++ -*-===//
1+ // ===-- lib/runtime/assign_omp.cpp ----------------------------------*- C++
2+ // -*-===//
23//
34// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
45// See https://llvm.org/LICENSE.txt for license information.
56// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
67//
78// ===----------------------------------------------------------------------===//
89
9- #include " flang/Runtime/assign.h"
1010#include " flang-rt/runtime/assign-impl.h"
1111#include " flang-rt/runtime/derived.h"
1212#include " flang-rt/runtime/descriptor.h"
1313#include " flang-rt/runtime/stat.h"
1414#include " flang-rt/runtime/terminator.h"
1515#include " flang-rt/runtime/tools.h"
1616#include " flang-rt/runtime/type-info.h"
17+ #include " flang/Runtime/assign.h"
1718
1819#include < omp.h>
1920
You can’t perform that action at this time.
0 commit comments