diff options
-rw-r--r-- | setup_native/source/win32/customactions/shellextensions/checkpatches.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
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 <strsafe.h> #include <systools/win32/uwinapi.h> +#ifdef DEBUG +#include <sal/macros.h> +#endif #ifdef DEBUG inline void OutputDebugStringFormatW( PCWSTR pFormat, ... ) |