compilation fix (missing header) (patch 1151763)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-02-27 14:35:34 +00:00
parent e8332ccfe0
commit 3602872ab3

View File

@@ -25,12 +25,13 @@
#pragma hdrstop #pragma hdrstop
#endif #endif
#include "wx/process.h"
// for all others, include the necessary headers (this file is usually all you // for all others, include the necessary headers (this file is usually all you
// need because it includes almost all "standard" wxWidgets headers // need because it includes almost all "standard" wxWidgets headers
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/defs.h" #include "wx/defs.h"
#include "wx/string.h" #include "wx/string.h"
#include "wx/process.h"
#endif #endif
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------