Add include directive for <locale>

Add include directive for <locale>, fixing four compiler errors on Apple Clang.
This commit is contained in:
kreatordxx 2016-09-13 19:34:32 +08:00 committed by GitHub
parent f11235147a
commit b39cdac1fd

View file

@ -51,6 +51,7 @@ char copyright[] = "DESCENT II COPYRIGHT (C) 1994-1996 PARALLAX SOFTWARE CORPOR
#endif
#include <cctype>
#include <locale>
#include "pstypes.h"
#include "strutil.h"
#include "console.h"