Committing in .
Modified Files: wxWindows/src/common/dcbase.cpp Addec missing math.h ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0569df0fc9
commit
672dc5a745
@ -22,6 +22,8 @@
|
||||
|
||||
#include "wx/dc.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
void wxDCBase::DoDrawCheckMark(wxCoord x1, wxCoord y1,
|
||||
wxCoord width, wxCoord height)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user