diff options
Diffstat (limited to 'cpp/src/IcePatch2/OS.cpp')
-rw-r--r-- | cpp/src/IcePatch2/OS.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/IcePatch2/OS.cpp b/cpp/src/IcePatch2/OS.cpp index eadaf3d16ac..df7654cb712 100644 --- a/cpp/src/IcePatch2/OS.cpp +++ b/cpp/src/IcePatch2/OS.cpp @@ -11,6 +11,11 @@ #include <OS.h> #include <IceUtil/Unicode.h> +#ifdef __BCPLUSPLUS__ +# include <dir.h> +# include <io.h> +#endif + using namespace std; using namespace OS; |