blob: e25cb8c48383fb77b551dcd0f32b157a552a6282 [file] [log] [blame]
#ifndef __PCCTS_ISTREAM_H__
#define __PCCTS_ISTREAM_H__
#ifdef PCCTS_USE_NAMESPACE_STD
#include <istream>
#else
#include <istream.h>
#endif
#endif