From ebc9190904253d5306c0db5d0d8fb9a2559fd5ad Mon Sep 17 00:00:00 2001 From: WYN Date: Thu, 20 Jun 2024 22:58:17 +0800 Subject: [PATCH] Fix Linux compilation failures --- src/ViewerTest/ViewerTest_CmdParser.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ViewerTest/ViewerTest_CmdParser.cxx b/src/ViewerTest/ViewerTest_CmdParser.cxx index 04cb7d4b1c..a8619da144 100644 --- a/src/ViewerTest/ViewerTest_CmdParser.cxx +++ b/src/ViewerTest/ViewerTest_CmdParser.cxx @@ -21,6 +21,7 @@ #include #include +#include namespace { -- Gitee