aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Clement (バレンタイン クレメン) <clementval@gmail.com>2024-12-11 15:38:38 -0800
committerGitHub <noreply@github.com>2024-12-11 15:38:38 -0800
commit151901c762b724ef6ffe6f3db163475071e7b215 (patch)
treef527956a1c7d6eb6c49c3f6cd6734c6a98f5dd45
parent36c7d147fcd01492cf9491cb0cddd3702b8fd31c (diff)
downloadllvm-151901c762b724ef6ffe6f3db163475071e7b215.zip
llvm-151901c762b724ef6ffe6f3db163475071e7b215.tar.gz
llvm-151901c762b724ef6ffe6f3db163475071e7b215.tar.bz2
[flang][rt][device] Use enum-set.h as Fortran.h (#119611)
-rw-r--r--flang/include/flang/Common/Fortran-consts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/include/flang/Common/Fortran-consts.h b/flang/include/flang/Common/Fortran-consts.h
index eedcdae..cf7884e 100644
--- a/flang/include/flang/Common/Fortran-consts.h
+++ b/flang/include/flang/Common/Fortran-consts.h
@@ -9,7 +9,7 @@
#ifndef FORTRAN_COMMON_FORTRAN_CONSTS_H_
#define FORTRAN_COMMON_FORTRAN_CONSTS_H_
-#include "flang/Common/enum-class.h"
+#include "enum-set.h"
#include <cstdint>
namespace Fortran::common {