gdk/win32/gdkdrag-win32.c: Include math.h

We need that for round().
This commit is contained in:
Chun-wei Fan 2019-03-29 16:48:29 +08:00
parent 6b08227110
commit 4784c5a980

View File

@ -29,6 +29,7 @@
#include <io.h>
#include <fcntl.h>
#include <math.h>
/*
* Support for OLE-2 drag and drop added at Archaeopteryx Software, 2001