From 18559e93cfcc1023eaec817aa991e820eaa3c1cb Mon Sep 17 00:00:00 2001 From: kgv Date: Thu, 21 Jul 2022 23:30:00 +0300 Subject: [PATCH] 0033072: Configuration - ViewerTest_EventManager.cxx compilation error due to missing header on Emscripten Added missing `#include `. --- src/ViewerTest/ViewerTest_EventManager.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ViewerTest/ViewerTest_EventManager.cxx b/src/ViewerTest/ViewerTest_EventManager.cxx index 99141ed81c..2bb2362f35 100644 --- a/src/ViewerTest/ViewerTest_EventManager.cxx +++ b/src/ViewerTest/ViewerTest_EventManager.cxx @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include