Skip to content

Commit be29899

Browse files
committed
Merge branch 'users/meinersbur/flang_runtime' into users/meinersbur/flang_runtime_shared
2 parents 052db02 + 479565e commit be29899

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flang/include/flang/Runtime/descriptor-consts.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#ifndef FORTRAN_RUNTIME_DESCRIPTOR_CONSTS_H_
1010
#define FORTRAN_RUNTIME_DESCRIPTOR_CONSTS_H_
1111

12+
#include "flang/Common/Fortran-consts.h"
1213
#include "flang/Common/ISO_Fortran_binding_wrapper.h"
1314
#include "flang/Common/api-attrs.h"
1415
#include <cstddef>
@@ -29,6 +30,7 @@ class DerivedType;
2930
namespace Fortran::runtime {
3031
class Descriptor;
3132
using SubscriptValue = ISO::CFI_index_t;
33+
using TypeCategory = common::TypeCategory;
3234

3335
/// Returns size in bytes of the descriptor (not the data)
3436
/// This must be at least as large as the largest descriptor of any target

0 commit comments

Comments
 (0)