Fix wxQt build errors when using gcc 4.4

Closes #17733.
This commit is contained in:
Graham Dawes
2016-11-29 15:48:07 +00:00
committed by Vadim Zeitlin
parent 5551932c25
commit d639e4ffce
6 changed files with 7 additions and 6 deletions

View File

@@ -25,6 +25,7 @@
#define cairo_public
#include <cairo.h>
#include <float.h>
bool wxCairoInit();