forked from AuroraMiddleware/gtk
gdk/win32/gdkdrag-win32.c: Include math.h
We need that for round().
This commit is contained in:
parent
6b08227110
commit
4784c5a980
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user