Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / utils / wxNamingViewer / pch.h
blobe99aa1be3e7f98d79be44fc219b55e573d07fadd
1 // pch.h
3 #ifndef i_pch_h
4 #define i_pch_h
6 #include "ace/config-all.h"
7 #include "wx/wxprec.h"
9 #ifdef WX_PRECOMP
10 #include "tao/corba.h"
11 #endif
13 #ifdef __BORLANDC__
14 #pragma hdrstop
15 #endif
16 #ifndef WX_PRECOMP
17 #include "wx/wx.h"
18 #include "tao/corba.h"
19 #endif
21 #endif