From: Roland Schulz Date: Wed, 29 Sep 2021 22:10:12 +0000 (-0700) Subject: Add missing includes X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=ab43d55741810e943408a787ba756b35f6ba4189;p=alexxy%2Fgromacs.git Add missing includes --- diff --git a/src/gromacs/gpu_utils/device_event_sycl.h b/src/gromacs/gpu_utils/device_event_sycl.h index f5228130f3..3404aa59f6 100644 --- a/src/gromacs/gpu_utils/device_event_sycl.h +++ b/src/gromacs/gpu_utils/device_event_sycl.h @@ -50,6 +50,7 @@ #ifndef GMX_GPU_UTILS_DEVICE_EVENT_SYCL_H #define GMX_GPU_UTILS_DEVICE_EVENT_SYCL_H +#include #include #include "gromacs/gpu_utils/device_stream.h" diff --git a/src/gromacs/hardware/device_management_sycl.cpp b/src/gromacs/hardware/device_management_sycl.cpp index c021062f67..7de91ab002 100644 --- a/src/gromacs/hardware/device_management_sycl.cpp +++ b/src/gromacs/hardware/device_management_sycl.cpp @@ -45,6 +45,7 @@ #include "gmxpre.h" #include +#include #include "gromacs/gpu_utils/gmxsycl.h" #include "gromacs/hardware/device_management.h"