Wxwidgets: Allow compiling on Mac OS X

common.hpp was missing include for <string>.
This commit is contained in:
Ilari Liusvaara 2011-11-21 04:44:40 +02:00
parent 0a7d6bcdb4
commit 7554e36cf2

View file

@ -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>