Skip to content

Commit d941192

Browse files
tensor-tangqingqing01
authored andcommitted
fix gcc53 on cpu vec (#13020)
1 parent a08f6a1 commit d941192

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paddle/fluid/operators/math/cpu_vec.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ limitations under the License. */
1414

1515
#pragma once
1616
#include <cmath>
17+
#include <functional>
1718
#include <string>
1819
#include "paddle/fluid/platform/cpu_info.h"
1920
#ifdef __AVX__

0 commit comments

Comments
 (0)