]> git.proxmox.com Git - mirror_edk2.git/blob - Tools/CodeTools/TianoTools/Pccts/h/pccts_istream.h
e25cb8c48383fb77b551dcd0f32b157a552a6282
[mirror_edk2.git] / Tools / CodeTools / TianoTools / Pccts / h / pccts_istream.h
1 #ifndef __PCCTS_ISTREAM_H__
2 #define __PCCTS_ISTREAM_H__
3
4 #ifdef PCCTS_USE_NAMESPACE_STD
5 #include <istream>
6 #else
7 #include <istream.h>
8 #endif
9
10 #endif