]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/fswatcher/fswatchertest.cpp
Fix compilation of wxFileSystemWatcher unit test in non-PCH build.
[wxWidgets.git] / 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"