]> OCCT Git - occt.git/commitdiff
0033072: Configuration - ViewerTest_EventManager.cxx compilation error due to missing...
authorkgv <kgv@opencascade.com>
Thu, 21 Jul 2022 20:30:00 +0000 (23:30 +0300)
committersmoskvin <smoskvin@opencascade.com>
Fri, 22 Jul 2022 17:28:01 +0000 (20:28 +0300)
Added missing `#include <Message.hxx>`.

src/ViewerTest/ViewerTest_EventManager.cxx

index 99141ed81c535c4220b0c4f213870c2979b55930..2bb2362f357dd86f9f4822ddd2c4000948bbc003 100644 (file)
@@ -22,6 +22,7 @@
 #include <AIS_Shape.hxx>
 #include <Aspect_Grid.hxx>
 #include <Draw.hxx>
+#include <Message.hxx>
 #include <ViewerTest_ContinuousRedrawer.hxx>
 #include <ViewerTest_V3dView.hxx>
 #include <ViewerTest.hxx>