Skip to content

Commit 7344210

Browse files
committed
Merge branch 'fix_a_error_on_max' into fix_reader_bug
2 parents 5d45793 + 2f5e310 commit 7344210

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)