diff options
Diffstat (limited to 'plugins/MimCmd/src/stdafx.h')
-rw-r--r-- | plugins/MimCmd/src/stdafx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/MimCmd/src/stdafx.h b/plugins/MimCmd/src/stdafx.h index 8fb740fa75..2bb58cfe34 100644 --- a/plugins/MimCmd/src/stdafx.h +++ b/plugins/MimCmd/src/stdafx.h @@ -21,6 +21,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <stdio.h>
#include <windows.h>
+#include <iostream>
+#include <io.h>
+#include <fcntl.h>
+
#define NO_MIMCMD_COMMANDS
#include <newpluginapi.h>
|