Add missing include utils.h to rgncmn.cpp
When compiling wxWidgets without precompiled headers, src/common/rgncmn.cpp needs to include wx/utils.h, as it uses wxMin. Closes https://github.com/wxWidgets/wxWidgets/pull/386
This commit is contained in:
parent
82de2bba0f
commit
5b88196311
@ -25,6 +25,7 @@
|
|||||||
#include "wx/dcmemory.h"
|
#include "wx/dcmemory.h"
|
||||||
#include "wx/bitmap.h"
|
#include "wx/bitmap.h"
|
||||||
#include "wx/image.h"
|
#include "wx/image.h"
|
||||||
|
#include "wx/utils.h"
|
||||||
#endif //WX_PRECOMP
|
#endif //WX_PRECOMP
|
||||||
|
|
||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user