diff --git a/flang/runtime/type-code.h b/flang/runtime/type-code.h index 7f3f16b84ae8..6758a4c90e63 100644 --- a/flang/runtime/type-code.h +++ b/flang/runtime/type-code.h @@ -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 {