mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
win32: Add a missing include
We are using round() now, so include math.h.
This commit is contained in:
parent
0d43d11387
commit
3600d129bf
@ -21,6 +21,7 @@
|
||||
|
||||
#include <windowsx.h>
|
||||
#include <objbase.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "gdkdevice-win32.h"
|
||||
#include "gdkwin32.h"
|
||||
|
Loading…
Reference in New Issue
Block a user