Merge pull request #11270 from JiayiFeng/fix_a_error_on_max

fix a compile error on Mac
wangkuiyi-patch-1
fengjiayi 7 years ago committed by GitHub
commit a1e046bfc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,7 @@
namespace paddle {
namespace framework {
namespace details {
class SSAGraph;
struct SSAGraph;
class SSAGraphPrinter {
public:
virtual ~SSAGraphPrinter() {}

Loading…
Cancel
Save