From 604af511fcac6cad66b65e6758547cffde7aa6ee Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 20 Jan 2023 21:15:01 -0500 Subject: [PATCH] Tests: Fix missing include (#2778 partial) --- test_regress/t/TestSimulator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/test_regress/t/TestSimulator.h b/test_regress/t/TestSimulator.h index 3ac4307e1..5c49404f4 100644 --- a/test_regress/t/TestSimulator.h +++ b/test_regress/t/TestSimulator.h @@ -11,6 +11,7 @@ #include "vpi_user.h" +#include #include class TestSimulator {