X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03a6a579aeca01a3cae34e94f75dd896e8369839..b1d66b5415f7befb45e050d7097571642b8bfa56:/samples/html/about/about.cpp diff --git a/samples/html/about/about.cpp b/samples/html/about/about.cpp index f4c03cfeb6..4675c6085f 100644 --- a/samples/html/about/about.cpp +++ b/samples/html/about/about.cpp @@ -9,7 +9,7 @@ #endif // For compilers that support precompilation, includes "wx/wx.h". -#include +#include "wx/wxprec.h" #ifdef __BORLANDC__ #pragma hdrstop @@ -74,7 +74,7 @@ Minimal_Forward, // controls start here (the numbers are, of course, arbitrary) - Minimal_Text = 1000, + Minimal_Text = 1000 }; // ----------------------------------------------------------------------------