We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22c618e + 59433f8 commit cd1e19aCopy full SHA for cd1e19a
1 file changed
Zend/zend_call_stack.h
@@ -21,6 +21,9 @@
21
22
#include "zend.h"
23
#include "zend_portability.h"
24
+#ifdef _MSC_VER
25
+# include <intrin.h>
26
+#endif
27
#ifdef __APPLE__
28
# include <pthread.h>
29
#endif
0 commit comments