diff options
Diffstat (limited to 'roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/pccts_istream.h')
-rw-r--r-- | roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/pccts_istream.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/pccts_istream.h b/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/pccts_istream.h new file mode 100644 index 000000000..e25cb8c48 --- /dev/null +++ b/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/pccts_istream.h @@ -0,0 +1,10 @@ +#ifndef __PCCTS_ISTREAM_H__
+#define __PCCTS_ISTREAM_H__
+
+#ifdef PCCTS_USE_NAMESPACE_STD
+#include <istream>
+#else
+#include <istream.h>
+#endif
+
+#endif
|