From 0708a1550cd8a0df2c549e5b0bbb4faea79dc13e Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Tue, 7 Nov 2017 15:57:03 -0800 Subject: [PATCH] Fix CI --- paddle/operators/math/math_function.cu | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/operators/math/math_function.cu b/paddle/operators/math/math_function.cu index 3a216993acf..255e4806804 100644 --- a/paddle/operators/math/math_function.cu +++ b/paddle/operators/math/math_function.cu @@ -12,6 +12,7 @@ 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 "paddle/framework/data_type.h" #include "paddle/operators/math/math_function.h" namespace paddle { -- GitLab