Skip to content

Commit 83a577e

Browse files
committed
fix build problem
1 parent fe65064 commit 83a577e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/framework/details/ssa_graph_checker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
namespace paddle {
2020
namespace framework {
2121
namespace details {
22-
class SSAGraph;
22+
struct SSAGraph;
2323

2424
class SSAGraghBuilderWithChecker : public SSAGraphBuilder {
2525
public:

0 commit comments

Comments
 (0)