Browse Source

wchar includes for hsStringTokenizer.

Darryl Pogue 13 years ago
parent
commit
77bd6397ae
  1. 5
      Sources/Plasma/CoreLib/hsStringTokenizer.h

5
Sources/Plasma/CoreLib/hsStringTokenizer.h

@ -29,6 +29,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsTypes.h"
#ifndef HS_BUILD_FOR_WIN32
#include <wchar.h>
#include <wctype.h>
#endif
class hsStringTokenizer
{
private:

Loading…
Cancel
Save