From 090f1203a23e292a8f715946b96da41a7a2b7eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sat, 5 Sep 2015 00:41:56 +0000 Subject: [PATCH] [CRT]: Add a missing header inclusion. svn path=/trunk/; revision=69015 --- reactos/include/crt/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/crt/string.h b/reactos/include/crt/string.h index ef659029c84..3064aaca484 100644 --- a/reactos/include/crt/string.h +++ b/reactos/include/crt/string.h @@ -1150,5 +1150,5 @@ extern "C" { #define stricmp _stricmp #define wcsicmp _wcsicmp +#include #endif -