SWDEV-1 - cltrace: Add missing include

Newer GCC's seem to require this.

Signed-off-by: Jeremy Newton <Jeremy.Newton@amd.com>
Change-Id: I56ef934600729e892f1cd7ab11662760df48aed8
This commit is contained in:
Jeremy Newton
2023-02-08 14:16:43 -05:00
parent 96cd9f7b76
commit 158e79358c
+1
View File
@@ -17,6 +17,7 @@
#include <iostream>
#include <cstring>
#include <cstdlib>
#include <cstdint>
#ifdef _MSC_VER
#include <windows.h>