Wxwidgets: Allow compiling on Mac OS X
common.hpp was missing include for <string>.
This commit is contained in:
parent
0a7d6bcdb4
commit
7554e36cf2
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
#ifndef _wxwidgets_common__hpp__included__
|
#ifndef _wxwidgets_common__hpp__included__
|
||||||
#define _wxwidgets_common__hpp__included__
|
#define _wxwidgets_common__hpp__included__
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
#include <wx/string.h>
|
#include <wx/string.h>
|
||||||
#include <wx/wx.h>
|
#include <wx/wx.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue