diff --git a/paddle/fluid/platform/event.h b/paddle/fluid/platform/event.h index 5e52ccfbfbb262d4e691dab3e692fb981b2f97d1..2dcf966754cbed2670acb9c3548c23355be5503c 100644 --- a/paddle/fluid/platform/event.h +++ b/paddle/fluid/platform/event.h @@ -15,7 +15,7 @@ limitations under the License. */ #pragma once #include #ifdef PADDLE_WITH_CUDA -#include "paddle/fluid/platform/gpu_info.h" +#include #endif namespace paddle {