From 366cc40006f8bbc56b397399dd026f9fbb421552 Mon Sep 17 00:00:00 2001 From: Tomoyuki Kubota Date: Thu, 1 Apr 2021 22:58:06 +0200 Subject: add back sal/macros.h for SAL_N_ELEMENTS Change-Id: I5edb0632976e69530af38aaa334085796c103058 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113476 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- .../source/win32/customactions/shellextensions/checkpatches.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup_native/source') diff --git a/setup_native/source/win32/customactions/shellextensions/checkpatches.cxx b/setup_native/source/win32/customactions/shellextensions/checkpatches.cxx index 0a879dc1b80e..9bad21377b0b 100644 --- a/setup_native/source/win32/customactions/shellextensions/checkpatches.cxx +++ b/setup_native/source/win32/customactions/shellextensions/checkpatches.cxx @@ -20,6 +20,9 @@ #include "shlxtmsi.hxx" #include #include +#ifdef DEBUG +#include +#endif #ifdef DEBUG inline void OutputDebugStringFormatW( PCWSTR pFormat, ... ) -- cgit