--- parser3/src/include/pa_string.h 2001/01/26 18:55:55 1.3 +++ parser3/src/include/pa_string.h 2001/01/27 10:02:59 1.4 @@ -1,5 +1,5 @@ /* - $Id: pa_string.h,v 1.3 2001/01/26 18:55:55 paf Exp $ + $Id: pa_string.h,v 1.4 2001/01/27 10:02:59 paf Exp $ */ /* @@ -20,6 +20,8 @@ #include +#include "pa_types.h" + class Pool; class String { @@ -88,7 +90,7 @@ public: bool operator == (String& src); String& operator = (String& src); - unsigned int hash_code(); + uint hash_code(); }; #endif