kfdtest: Explicitly include tuple in KFDCWSR

We can inherit it from gtest, but not in ASAN builds. And we should be
including what we use, instead of hoping to inherit it through other
headers

Change-Id: Id47ab06a57e1c71c88f72da5f21a71f37db8a2f3
Signed-off-by: Kent Russell <kent.russell@amd.com>
This commit is contained in:
Kent Russell
2025-01-07 13:52:01 -05:00
parent b07a80e505
commit eda54222ea
@@ -21,6 +21,7 @@
*
*/
#include <tuple>
#include "KFDCWSRTest.hpp"
#include "Dispatch.hpp"