Skip to content

Commit fad2a4c

Browse files
authored
[flang] Add #include to fix MSVC build (#161415)
flang/lib/Evaluate/constant.cpp apparently needs this #include for MSVC builds but somehow not for others.
1 parent 4e59286 commit fad2a4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/lib/Evaluate/constant.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "flang/Evaluate/expression.h"
1111
#include "flang/Evaluate/shape.h"
1212
#include "flang/Evaluate/type.h"
13+
#include "flang/Semantics/scope.h"
1314
#include <string>
1415

1516
namespace Fortran::evaluate {

0 commit comments

Comments
 (0)