From: Vadim Zeitlin <vadim@wxwidgets.org>
Date: Sun, 18 May 2008 17:17:49 +0000 (+0000)
Subject: add missing header to fix compilation after changes of r53629 in STL build (in fact... 
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f6753003f1851b52c7778e2a12a747d6265f47d9

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
---

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 <gtk/gtk.h>