diff -uNr pspell-.11.0.1.orig/interface/app_string.hh pspell-.11.0.1/interface/app_string.hh --- pspell-.11.0.1.orig/interface/app_string.hh Sun Apr 2 21:01:32 2000 +++ pspell-.11.0.1/interface/app_string.hh Sun Jun 11 16:29:25 2000 @@ -11,6 +11,8 @@ #ifndef PSPELL_APP_STRING__HH #define PSPELL_APP_STRING__HH +#include + class PspellAppendableString { public: virtual void append(const char *, unsigned int) = 0; diff -uNr pspell-.11.0.1.orig/interface/itemize.cc pspell-.11.0.1/interface/itemize.cc --- pspell-.11.0.1.orig/interface/itemize.cc Wed Mar 22 02:23:45 2000 +++ pspell-.11.0.1/interface/itemize.cc Sun Jun 11 16:32:33 2000 @@ -1,6 +1,7 @@ #include #include +#include #include "mutable_container.h"