diff options
-rw-r--r-- | flang/include/flang/Common/Fortran-consts.h | 2 |
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 { |