NVIDIA / DCGM

NVIDIA Data Center GPU Manager (DCGM) is a project for gathering telemetry and measuring the health of NVIDIA GPUs
Apache License 2.0
393 stars 50 forks source link

c++: add missing includes #187

Open xnox opened 1 month ago

xnox commented 1 month ago

Otherwise project fails to build from source, with gcc 14.2, std=gnu20 with various errors such as std:: is not defined.