Skip to content

Commit 60d163a

Browse files
authored
Merge pull request #13473 from JiabinYang/mac/fix_compile
fix mac compile error
2 parents a69a584 + 9d2d309 commit 60d163a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/array_to_lod_tensor_op.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace operators {
2525

2626
using LoD = framework::LoD;
2727

28-
class ArrayToLoDFunctor;
28+
struct ArrayToLoDFunctor;
2929
template <typename DeviceContext>
3030
struct ArrayToLoDFunctorImpl {
3131
const ArrayToLoDFunctor *prev_functor_;

0 commit comments

Comments
 (0)