wxMaxima
Loading...
Searching...
No Matches
precomp.h
1#include "Version.h"
2#ifdef USE_PRECOMP_HEADER
3#include <wx/wx.h>
4#include <wx/window.h>
5#include <wx/button.h>
6#include <wx/string.h>
7#include <wx/grid.h>
8#include <wx/regex.h>
9#include <wx/filename.h>
10#include <wx/artprov.h>
11#include <wx/mstream.h>
12#include <wx/wfstream.h>
13#include <wx/txtstrm.h>
14#include <wx/persist/toplevel.h>
15#include <wx/persist.h>
16#include <wx/image.h>
17#include <wx/radiobut.h>
18#include <wx/spinctrl.h>
19#include <wx/hashmap.h>
20#include <wx/tokenzr.h>
21#include <wx/colour.h>
22#include <wx/font.h>
23#include <wx/config.h>
24#include <wx/xml/xml.h>
25#include <wx/wrapsizer.h>
26#include <wx/filesys.h>
27#include <wx/panel.h>
28#include <wx/textctrl.h>
29#include <wx/checkbox.h>
30#ifdef USE_WEBVIEW
31#include <wx/webview.h>
32#ifdef __WXMSW__
33#include <wx/msw/webview_ie.h>
34#endif
35#endif
36#endif