From 420cb2282d5c7c0ebc04d5d75aa76b98b2fc4b74 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sun, 21 Dec 2008 03:15:46 +0000 Subject: [PATCH] Include io.h. It's needed and was implicitly included so far. But that'll be soon gone. svn path=/trunk/; revision=38219 --- reactos/lib/sdk/crt/precomp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/lib/sdk/crt/precomp.h b/reactos/lib/sdk/crt/precomp.h index d341036280c..d4979dd7a0f 100644 --- a/reactos/lib/sdk/crt/precomp.h +++ b/reactos/lib/sdk/crt/precomp.h @@ -18,6 +18,7 @@ #include #include #include +#include #include #include