X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07cdd027648238ac3ec1e1ad62d960698f07ed56..236a9de39afa090fdee3cf91cb5364ceca69e3f8:/src/common/geometry.cpp diff --git a/src/common/geometry.cpp b/src/common/geometry.cpp index 985fbb36b1..2d7694b1ef 100644 --- a/src/common/geometry.cpp +++ b/src/common/geometry.cpp @@ -22,6 +22,8 @@ #pragma hdrstop #endif +#if wxUSE_GEOMETRY + #include "wx/log.h" #include @@ -309,3 +311,4 @@ void wxRect2DInt::ReadFrom( wxDataInputStream &stream ) m_height = stream.Read32() ; } +#endif // wxUSE_GEOMETRY