mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-21 13:26:08 +08:00
Include errno.h before using errno in the string unit test
Even if the code currently compiles without this, it's still better to explicitly include the header we need.
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
|
||||
#include "wx/private/localeset.h"
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// tests
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user