add include op_registry.h to elementwise_op_function.h

update-doc-pybind
qiaolongfei 8 years ago
parent abdcd8282e
commit 729b2152ae

@ -14,6 +14,7 @@ limitations under the License. */
#pragma once
#include "paddle/framework/op_registry.h"
#include "paddle/framework/operator.h"
namespace paddle {
namespace operators {

@ -14,7 +14,9 @@
#pragma once
#include "paddle/framework/eigen.h"
#include "paddle/framework/op_registry.h"
#include "paddle/framework/operator.h"
#include "paddle/operators/math/math_function.h"
namespace paddle {

Loading…
Cancel
Save