mirror of https://github.com/acidanthera/audk.git
11 lines
163 B
C
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
|