forked from OSchip/llvm-project
[flang] Missed a fortran.h instance
Original-commit: flang-compiler/f18@3a9a185383 Reviewed-on: https://github.com/flang-compiler/f18/pull/308
This commit is contained in:
parent
ab74d1ac0c
commit
27931e47d1
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved.
|
||||
// Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
|
@ -16,7 +16,7 @@
|
|||
#define FORTRAN_RUNTIME_TYPE_CODE_H_
|
||||
|
||||
#include "../include/flang/ISO_Fortran_binding.h"
|
||||
#include "../lib/common/fortran.h"
|
||||
#include "../lib/common/Fortran.h"
|
||||
|
||||
namespace Fortran::runtime {
|
||||
|
||||
|
|
Loading…
Reference in New Issue