X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe9308c639e9738796028b56c40c58f2e8a648de..e32dc37570118300d58c68bae5b79af4ae460a04:/include/wx/imagjpeg.h diff --git a/include/wx/imagjpeg.h b/include/wx/imagjpeg.h index e51491e8f7..465947e67a 100644 --- a/include/wx/imagjpeg.h +++ b/include/wx/imagjpeg.h @@ -14,14 +14,16 @@ #pragma interface "imagjpeg.h" #endif -#include "wx/image.h" - +#include "wx/defs.h" //----------------------------------------------------------------------------- // wxJPEGHandler //----------------------------------------------------------------------------- #if wxUSE_LIBJPEG + +#include "wx/image.h" + class WXDLLEXPORT wxJPEGHandler: public wxImageHandler { public: @@ -42,7 +44,8 @@ public: private: DECLARE_DYNAMIC_CLASS(wxJPEGHandler) }; -#endif + +#endif // wxUSE_LIBJPEG #endif // _WX_IMAGJPEG_H_