explicit include SAL header to help clang-cl compiler

This commit is contained in:
Xiaoqiang Wang
2023-05-13 21:34:55 +02:00
parent 448bde1798
commit 8e8fb81062
@@ -48,6 +48,7 @@
* Enable format-string checking if compiler supports it (if msvc is 2015 or newer)
*/
#if _MSC_VER >= 1900
# include <sal.h>
# define EPICS_PRINTF_FMT(a) _Printf_format_string_ a
#endif