From ce1687a408686d38e2629a4426ef7c38e10f0e23 Mon Sep 17 00:00:00 2001 From: James Price Date: Fri, 21 May 2021 05:07:12 -0400 Subject: [PATCH] Add missing cstdint include (#1259) --- test_common/harness/fpcontrol.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_common/harness/fpcontrol.h b/test_common/harness/fpcontrol.h index 2add9baf..222aa2c4 100644 --- a/test_common/harness/fpcontrol.h +++ b/test_common/harness/fpcontrol.h @@ -16,6 +16,8 @@ #ifndef _fpcontrol_h #define _fpcontrol_h +#include + // In order to get tests for correctly rounded operations (e.g. multiply) to // work properly we need to be able to set the reference hardware to FTZ mode if // the device hardware is running in that mode. We have explored all other