]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/pccts_iostream.h
972b32cbd13f55685c9a2442a18e24a189024ed6
[mirror_edk2.git] / EdkCompatibilityPkg / Other / Maintained / Tools / Pccts / h / pccts_iostream.h
1 #ifndef __PCCTS_IOSTREAM_H__
2 #define __PCCTS_IOSTREAM_H__
3
4 #ifdef PCCTS_USE_NAMESPACE_STD
5 #include <iostream>
6 #else
7 #include <iostream.h>
8 #endif
9
10 #endif