diff --git a/paddle/fluid/operators/activation_op.cc b/paddle/fluid/operators/activation_op.cc index cc948f2697bd4b54be007381d614cfe221b80b3b..27e1463570e8a2d9590a2fd8af8aa25cae4cf9f0 100644 --- a/paddle/fluid/operators/activation_op.cc +++ b/paddle/fluid/operators/activation_op.cc @@ -12,6 +12,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ +#include +#include #include "paddle/fluid/operators/activation_op.h" #include #include "paddle/fluid/operators/mkldnn/mkldnn_activation_op.h"