diff --git a/dynolog/src/gpumon/Utils.h b/dynolog/src/gpumon/Utils.h index 0728cdc..844076d 100644 --- a/dynolog/src/gpumon/Utils.h +++ b/dynolog/src/gpumon/Utils.h @@ -1,19 +1,20 @@ // (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. #pragma once +#include #include #include #include namespace dynolog { // Assume at most one pid running on each gpu device_id // Result[i] is the pid running on device_id i, // or -1 if no process is running std::vector getPidsOnGpu(); // Input map is type // output map is type std::unordered_map getMetadataForPid( pid_t pid, const std::unordered_map& keysMap);