fix build issue for cudaEvent_t

test=develop
revert-15774-anakin_subgraph_engine
peizhilin 6 years ago
parent 4bd28b304b
commit b5d6e38b05

@ -14,6 +14,9 @@ limitations under the License. */
#pragma once
#include <string>
#ifdef PADDLE_WITH_CUDA
#include "paddle/fluid/platform/gpu_info.h"
#endif
namespace paddle {
namespace platform {

Loading…
Cancel
Save