Add missing string header for memcpy

Fix compile error: ‘memcpy’ was not declared

Change-Id: I54d1849a3a18901baac1e24986b82067eb2fd6b4


[ROCm/rocm_smi_lib commit: 99034af009]
This commit is contained in:
Bill(Shuzhou) Liu
2023-01-13 14:06:53 -06:00
committed by Shuzhou Liu
orang tua 1b8d3f507a
melakukan e5d5474376
@@ -53,6 +53,7 @@
#include <regex> // NOLINT
#include <vector>
#include <pthread.h>
#include <string.h>
#include "rocm_smi/rocm_smi_common.h" // Should go before rocm_smi.h
#include "rocm_smi/rocm_smi_main.h"