Skip to content

Commit a1e046b

Browse files
authored
Merge pull request #11270 from JiayiFeng/fix_a_error_on_max
fix a compile error on Mac
2 parents 03073df + 2f5e310 commit a1e046b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/framework/details/ssa_graph_printer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
namespace paddle {
2121
namespace framework {
2222
namespace details {
23-
class SSAGraph;
23+
struct SSAGraph;
2424
class SSAGraphPrinter {
2525
public:
2626
virtual ~SSAGraphPrinter() {}

0 commit comments

Comments
 (0)