summaryrefslogtreecommitdiff
path: root/flang-rt/lib/runtime/io-api-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'flang-rt/lib/runtime/io-api-common.h')
-rw-r--r--flang-rt/lib/runtime/io-api-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flang-rt/lib/runtime/io-api-common.h b/flang-rt/lib/runtime/io-api-common.h
index b91ff9ff1686..ad6e79d74724 100644
--- a/flang-rt/lib/runtime/io-api-common.h
+++ b/flang-rt/lib/runtime/io-api-common.h
@@ -31,7 +31,7 @@ static inline RT_API_ATTRS Cookie NoopUnit(const Terminator &terminator,
}
static inline RT_API_ATTRS ExternalFileUnit *GetOrCreateUnit(int unitNumber,
- Direction direction, Fortran::common::optional<bool> isUnformatted,
+ Direction direction, common::optional<bool> isUnformatted,
const Terminator &terminator, Cookie &errorCookie) {
IoErrorHandler handler{terminator};
handler.HasIoStat();