--- /dev/null
+--- a/src/corelib/ncbi_stack_linux.cpp
++++ b/src/corelib/ncbi_stack_linux.cpp
+@@ -32,6 +32,7 @@
+ #include <ncbi_pch.hpp>
+ #include <execinfo.h>
+ #if NCBI_COMPILER_VERSION >= 310
++# include<stddef.h>
+ # include <cxxabi.h>
+ #endif
+ #include <vector>
+++ /dev/null
---- a/src/corelib/ncbi_stack_linux.cpp
-+++ b/src/corelib/ncbi_stack_linux.cpp
-@@ -32,6 +32,7 @@
- #include <ncbi_pch.hpp>
- #include <execinfo.h>
- #if NCBI_COMPILER_VERSION >= 310
-+#include <cstddef>
- # include <cxxabi.h>
- #endif
- #include <vector>