]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix compilation of wxFileSystemWatcher unit test in non-PCH build.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 May 2011 00:01:58 +0000 (00:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 May 2011 00:01:58 +0000 (00:01 +0000)
Add #include of wx/timer.h needed when not using PCH.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/fswatcher/fswatchertest.cpp

index f28fee917e1111a1516a4bd5ece4f283edf05bba..6cefa259697eea2db7ac1b67700a3451e3115b55 100644 (file)
     #pragma hdrstop
 #endif
 
+#ifndef WX_PRECOMP
+    #include "wx/timer.h"
+#endif
+
 #include "wx/evtloop.h"
 #include "wx/filename.h"
 #include "wx/filefn.h"