From 77993f765ca7a434bb1e2df9d7b6d6dd3a35fd88 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Sun, 18 Nov 2007 17:58:05 +0000 Subject: [PATCH] fix compilation with msvc svn path=/trunk/; revision=30555 --- reactos/dll/win32/aclui/guid.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/dll/win32/aclui/guid.c b/reactos/dll/win32/aclui/guid.c index 6bc4a38ecd9..0a1fb06cdec 100644 --- a/reactos/dll/win32/aclui/guid.c +++ b/reactos/dll/win32/aclui/guid.c @@ -24,4 +24,6 @@ #include #include +#include + /* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */