Skip to content

Commit

Permalink
[Compilation]Fix glog include compilation error (#59051)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelius84 authored Nov 16, 2023
1 parent 9a11757 commit 75e38d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paddle/phi/kernels/fusion/cpu/self_dp_attention_kernel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <iostream>
#include <new>
#include <string>
#include "glog/logging.h"

#ifdef PADDLE_WITH_DNNL
#include "dnnl.hpp" //NOLINT
Expand Down

0 comments on commit 75e38d7

Please sign in to comment.