Fix build with libstdc++

libstdc++ doesn't include <cstring> inside of <string>, unlike libc++.
master
kwolekr 2015-05-19 02:38:48 -04:00
parent 6c5a6967ec
commit 43702ec6ac
1 changed files with 2 additions and 0 deletions

View File

@ -17,9 +17,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <strings.h>
#include "objdef.h"
#include "util/numeric.h"
#include "debug.h"
#include "porting.h"
#include "log.h"
#include "gamedef.h"