Skip to content

Commit 184b4a1

Browse files
MaxKellermannGirgias
authored andcommitted
main/php.h: add missing includes
1 parent 4c31b78 commit 184b4a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main/php.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929

3030
#include "php_version.h"
3131
#include "zend.h"
32+
#include "zend_arena.h"
33+
#include "zend_objects.h"
3234
#include "zend_sort.h"
3335
#include "php_compat.h"
3436

0 commit comments

Comments
 (0)