From 518693f18c7f39f7f4a57a273bc382a8bdc1e5ea Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 1 Apr 2021 18:57:31 +0300 Subject: [PATCH] Fix misprint of previous commit (does not compile on Windows) --- src/PVGUI/PVGUI_Module_widgets.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVGUI/PVGUI_Module_widgets.cxx b/src/PVGUI/PVGUI_Module_widgets.cxx index e43935c1..e6ce5af0 100644 --- a/src/PVGUI/PVGUI_Module_widgets.cxx +++ b/src/PVGUI/PVGUI_Module_widgets.cxx @@ -68,7 +68,7 @@ #include #include -#include +#include class ResizeHelper : public pqPVAnimationWidget { -- 2.39.2