From 5579fae1d2717443825e7489ed8b6da1b436bd95 Mon Sep 17 00:00:00 2001 From: Tink_Y <31891223+tink2123@users.noreply.github.com> Date: Mon, 11 Mar 2019 01:01:21 +0800 Subject: [PATCH] Update activation_op.cc test=develop --- paddle/fluid/operators/activation_op.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/paddle/fluid/operators/activation_op.cc b/paddle/fluid/operators/activation_op.cc index cc948f269..27e146357 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" -- GitLab