Fix for PCH-less build for wxGDIPlusContext
Including <float.h> header is required for FLT_MAX, FLT_MIN.
This commit is contained in:
@@ -35,6 +35,7 @@
|
|||||||
#include "wx/dcclient.h"
|
#include "wx/dcclient.h"
|
||||||
#include "wx/dcmemory.h"
|
#include "wx/dcmemory.h"
|
||||||
#include "wx/dcprint.h"
|
#include "wx/dcprint.h"
|
||||||
|
#include <float.h> // for FLT_MAX, FLT_MIN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/stack.h"
|
#include "wx/stack.h"
|
||||||
|
Reference in New Issue
Block a user