From 19f3a1d3040df56e73f19674618eb5f447dabe8d Mon Sep 17 00:00:00 2001 From: David Steele Date: Fri, 10 Mar 2023 16:08:30 +0700 Subject: [PATCH] Add missing header. --- test/src/common/harnessServer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/test/src/common/harnessServer.h b/test/src/common/harnessServer.h index 1cbb9c36b..4e4835b1b 100644 --- a/test/src/common/harnessServer.h +++ b/test/src/common/harnessServer.h @@ -11,6 +11,7 @@ client using the hrnServerScript() functions. #include "common/io/read.h" #include "common/io/write.h" +#include "common/time.h" /*********************************************************************************************************************************** Server protocol type