SWDEV-373189: build error with g++ v12.1.0

Fix the g++ error: ‘memset’ was not declared in this scope

Change-Id: I6231f863801f84a5a8c46543c87499058f2ef381
This commit is contained in:
Bill(Shuzhou) Liu
2022-12-13 08:33:12 -06:00
parent a255393b5c
commit 552a7403bc
+1
Vedi File
@@ -44,6 +44,7 @@
#include <assert.h>
#include <dirent.h>
#include <cstring>
#include <fstream>
#include <string>
#include <cstdint>