Fix compilation breakage due to missing FLT_MAX, FLT_MIN
Include <float.h> header file unconditionally.
This commit is contained in:
@@ -35,7 +35,6 @@
|
|||||||
#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"
|
||||||
@@ -54,6 +53,7 @@
|
|||||||
#if wxUSE_COMMON_DIALOGS
|
#if wxUSE_COMMON_DIALOGS
|
||||||
#include <commdlg.h>
|
#include <commdlg.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <float.h> // for FLT_MAX, FLT_MIN
|
||||||
|
|
||||||
// Define REAL_MAX, REAL_MIN
|
// Define REAL_MAX, REAL_MIN
|
||||||
// if it isn't done in GDI+ header(s).
|
// if it isn't done in GDI+ header(s).
|
||||||
|
Reference in New Issue
Block a user