From ba5cc4b49aca6d2393110f34bda96bb44cd78590 Mon Sep 17 00:00:00 2001 From: Robin Dunn <> Date: Fri, 3 Apr 2020 13:37:01 -0700 Subject: [PATCH] gtk animation ctrl needs to see the generic impl too --- src/gtk/animate.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gtk/animate.cpp b/src/gtk/animate.cpp index d5181c5ded..d6322d2a76 100644 --- a/src/gtk/animate.cpp +++ b/src/gtk/animate.cpp @@ -14,6 +14,7 @@ #if wxUSE_ANIMATIONCTRL #include "wx/animate.h" #include "wx/gtk/private/animate.h" +#include "wx/generic/private/animate.h" #ifndef WX_PRECOMP #include "wx/image.h"