Skip to content

Commit 3cdf721

Browse files
committed
ext/opcache/zend_accelerator_hash: add missing includes
1 parent 0eaa5f9 commit 3cdf721

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/opcache/zend_accelerator_hash.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121

2222
#include "ZendAccelerator.h"
2323
#include "zend_accelerator_hash.h"
24-
#include "zend_hash.h"
24+
#include "zend_accelerator_debug.h" // for zend_accel_error_noreturn()
2525
#include "zend_shared_alloc.h"
26+
#include "ZendAccelerator.h" // for ZCG()
27+
#include "Zend/zend_string.h" // for zend_string_hash_val()
2628

2729
/* Generated on an Octa-ALPHA 300MHz CPU & 2.5GB RAM monster */
2830
static const uint32_t prime_numbers[] =

0 commit comments

Comments
 (0)