From 16c7f4f74d91f37339c4221e889355fe0ae9052a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 5 Apr 2020 16:04:26 +0200 Subject: [PATCH] Restore blank line present in master to minimize diff No real changes. --- src/generic/animateg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generic/animateg.cpp b/src/generic/animateg.cpp index baff574048..97513ad71d 100644 --- a/src/generic/animateg.cpp +++ b/src/generic/animateg.cpp @@ -15,6 +15,7 @@ #endif //__BORLANDC__ #if wxUSE_ANIMATIONCTRL + #include "wx/animate.h" #include "wx/generic/private/animate.h"