]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix (missing header) (patch 1151763)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2005 14:35:34 +0000 (14:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2005 14:35:34 +0000 (14:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/include/wx/mmedia/vidxanm.h

index 5fca2f57798ec76118bb2ce5f929c938338e5998..6f326b20a3fd0ddb223c564a4ed3f31c84f760c8 100644 (file)
     #pragma hdrstop
 #endif
 
+#include "wx/process.h"
+
 // for all others, include the necessary headers (this file is usually all you
 // need because it includes almost all "standard" wxWidgets headers
 #ifndef WX_PRECOMP
     #include "wx/defs.h"
     #include "wx/string.h"
-    #include "wx/process.h"
 #endif
 
 // ----------------------------------------------------------------------------