[all-commits] [llvm/llvm-project] e07736: [flang] Add missing include. NFCI.
Diana via All-commits
all-commits at lists.llvm.org
Wed Dec 22 01:18:49 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e07736fe3c78bf02c1eb922a04065840a8e13935
https://github.com/llvm/llvm-project/commit/e07736fe3c78bf02c1eb922a04065840a8e13935
Author: Diana Picus <diana.picus at linaro.org>
Date: 2021-12-22 (Wed, 22 Dec 2021)
Changed paths:
M flang/include/flang/Runtime/descriptor.h
Log Message:
-----------
[flang] Add missing include. NFCI.
descriptor.h is using std::max, so it should include <algorithm>.
This should fix a build issue on Windows on Arm.
More information about the All-commits
mailing list