From 9ef582ea19250550cf8cc58506eb23b7933867db Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 21 Jul 2009 09:18:30 +0000 Subject: Need stdlib.h for size_t for some compilers. --- src/CharClassify.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CharClassify.cxx') diff --git a/src/CharClassify.cxx b/src/CharClassify.cxx index 42a0ff10e..bbd25a0f8 100644 --- a/src/CharClassify.cxx +++ b/src/CharClassify.cxx @@ -5,6 +5,7 @@ // Copyright 2006 by Neil Hodgson // The License.txt file describes the conditions under which this software may be distributed. +#include #include #include "CharClassify.h" -- cgit v1.2.3