system76-edk2/Tools/CCode/Source/Pccts/h/pccts_iostream.h
2006-10-05 23:24:16 +00:00

11 lines
163 B
C++

#ifndef __PCCTS_IOSTREAM_H__
#define __PCCTS_IOSTREAM_H__
#ifdef PCCTS_USE_NAMESPACE_STD
#include <iostream>
#else
#include <iostream.h>
#endif
#endif