diff --git a/cpp/src/utilities/host_memory.cpp b/cpp/src/utilities/host_memory.cpp index e41d772a479..e6c2d95ec70 100644 --- a/cpp/src/utilities/host_memory.cpp +++ b/cpp/src/utilities/host_memory.cpp @@ -26,6 +26,13 @@ #include #include +#include +#include +#include +#include +#include +#include + namespace cudf { namespace {