diff --git a/cpp/include/kvikio/shim/cufile_h_wrapper.hpp b/cpp/include/kvikio/shim/cufile_h_wrapper.hpp index cb9902f0a6..33c3fee9a2 100644 --- a/cpp/include/kvikio/shim/cufile_h_wrapper.hpp +++ b/cpp/include/kvikio/shim/cufile_h_wrapper.hpp @@ -17,6 +17,8 @@ #include +#include + /** * In order to support compilation when `cufile.h` isn't available, we * wrap all use of cufile in a `#ifdef KVIKIO_CUFILE_FOUND` guard.