// Author: Based on wxTransformMatrix by Chris Breeze, Julian Smart
// Created: 2011-04-05
// Copyright: (c) wxWidgets team
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_AFFINEMATRIX2D_H_
#define _WX_AFFINEMATRIX2D_H_
+#include "wx/defs.h"
+
+#if wxUSE_GEOMETRY
+
#include "wx/affinematrix2dbase.h"
// A simple implementation of wxAffineMatrix2DBase interface done entirely in
wxDouble m_11, m_12, m_21, m_22, m_tx, m_ty;
};
+#endif // wxUSE_GEOMETRY
+
#endif // _WX_AFFINEMATRIX2D_H_