X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5526e819eca4465ed5520d49bccfebc6a28045e0..1d37e644007e676b82e75426daa1d5118bb76780:/src/html/mod_image.cpp diff --git a/src/html/mod_image.cpp b/src/html/mod_image.cpp index 908e4b6241..79e38d3a8d 100644 --- a/src/html/mod_image.cpp +++ b/src/html/mod_image.cpp @@ -6,9 +6,23 @@ // Licence: wxWindows Licence ///////////////////////////////////////////////////////////////////////////// +#ifdef __GNUG__ +#pragma implementation +#endif + +#include + #include "wx/defs.h" #if wxUSE_HTML +#ifdef __BORDLANDC__ +#pragma hdrstop +#endif + +#ifndef WXPRECOMP +#include +#endif + #include #include @@ -144,4 +158,4 @@ TAGS_MODULE_BEGIN(Image) TAGS_MODULE_END(Image) -#endif \ No newline at end of file +#endif