Skip to content

Commit 151901c

Browse files
authored
[flang][rt][device] Use enum-set.h as Fortran.h (#119611)
1 parent 36c7d14 commit 151901c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/include/flang/Common/Fortran-consts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef FORTRAN_COMMON_FORTRAN_CONSTS_H_
1010
#define FORTRAN_COMMON_FORTRAN_CONSTS_H_
1111

12-
#include "flang/Common/enum-class.h"
12+
#include "enum-set.h"
1313
#include <cstdint>
1414

1515
namespace Fortran::common {

0 commit comments

Comments
 (0)