X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2Fprograms%2Fnsgmls%2FOutputCharStream.h;h=f1c9bd3e3cefdd42061a295e720890ffd0e48f73;hb=671530082004aa880b3a0bfb7108bc30c6d97fab;hp=e823eda02e82acd1d06e6c37fb7cb677e24b658b;hpb=c884521619ded86baea5e0a74c8d0d2234c232fe;p=oweals%2Fcde.git diff --git a/cde/programs/nsgmls/OutputCharStream.h b/cde/programs/nsgmls/OutputCharStream.h index e823eda0..f1c9bd3e 100644 --- a/cde/programs/nsgmls/OutputCharStream.h +++ b/cde/programs/nsgmls/OutputCharStream.h @@ -16,7 +16,7 @@ * details. * * You should have received a copy of the GNU Lesser General Public - * License along with these librararies and programs; if not, write + * License along with these libraries and programs; if not, write * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth * Floor, Boston, MA 02110-1301 USA */ @@ -33,7 +33,12 @@ #include "Owner.h" #include "CodingSystem.h" +#if defined(__linux__) || defined(CSRG_BASED) || defined(sun) +#include +using namespace std; +#else class streambuf; +#endif #ifdef SP_NAMESPACE namespace SP_NAMESPACE {