From a3da2cac64eff23fc0db6b66c677e83523dfbecc Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Tue, 1 Dec 2015 21:33:32 +0000 Subject: [PATCH] I forgot to put the minimalist headers back svn path=/trunk/; revision=70229 --- reactos/base/applications/charmap/precomp.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reactos/base/applications/charmap/precomp.h b/reactos/base/applications/charmap/precomp.h index aa640328fc9..dc1b8635b23 100644 --- a/reactos/base/applications/charmap/precomp.h +++ b/reactos/base/applications/charmap/precomp.h @@ -1,7 +1,12 @@ #ifndef __CHARMAP_PRECOMP_H #define __CHARMAP_PRECOMP_H -#include +#include +#include +#include +#include +#include + #include "resource.h"