From e71bf215a82be49e2eec91e10932dba344a77d24 Mon Sep 17 00:00:00 2001 From: Kp Date: Tue, 28 Aug 2018 02:00:00 +0000 Subject: [PATCH] Fix non-PCH build PCH builds include more headers, so missing includes can escape detection. Fixes: 047ddaf9ea1c3e1dc85ba0af51a73360fe028cc0 ("Prevent buffer overrun in removeext") --- common/include/strutil.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/include/strutil.h b/common/include/strutil.h index 5eae5ebae..308504a63 100644 --- a/common/include/strutil.h +++ b/common/include/strutil.h @@ -12,6 +12,7 @@ #include #include "dxxsconf.h" #include "dsx-ns.h" +#include "compiler-array.h" #include namespace dcx {