Skip to content

Commit 0148d8d

Browse files
authored
Merge pull request #13098 from luotao1/fix_mkldnn_include
fix mkldnn include format
2 parents 0b8067c + 7169f93 commit 0148d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/platform/device_context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License. */
2424
#endif
2525

2626
#ifdef PADDLE_WITH_MKLDNN
27-
#include <mkldnn.hpp>
27+
#include "mkldnn.hpp"
2828
#endif
2929

3030
#include <map>

0 commit comments

Comments
 (0)