[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:
peter klausler 2019-02-28 11:47:33 -08:00
parent ab74d1ac0c
commit 27931e47d1
1 changed files with 2 additions and 2 deletions

View File

@ -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 {