From f6753003f1851b52c7778e2a12a747d6265f47d9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 18 May 2008 17:17:49 +0000 Subject: [PATCH] add missing header to fix compilation after changes of r53629 in STL build (in fact fixed by Robert in exactly the same moment, so this change just resolves a local conflict) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/animate.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gtk/animate.cpp b/src/gtk/animate.cpp index 206b36180e..22cd588406 100644 --- a/src/gtk/animate.cpp +++ b/src/gtk/animate.cpp @@ -23,6 +23,7 @@ #endif #include "wx/wfstream.h" + #include -- 2.50.0