Add missing string header for memcpy

Fix compile error: ‘memcpy’ was not declared

Change-Id: I54d1849a3a18901baac1e24986b82067eb2fd6b4


[ROCm/amdsmi commit: 99034af009]
This commit is contained in:
Bill(Shuzhou) Liu
2023-01-13 14:06:53 -06:00
committed by Shuzhou Liu
parent 6a9cf7e321
commit a4c77d648e
@@ -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"