Skip to content

Commit 042e53e

Browse files
committed
Zend/Optimizer/dce: add missing include
1 parent 08d7413 commit 042e53e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/Optimizer/dce.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "Optimizer/zend_ssa.h"
2323
#include "Optimizer/zend_func_info.h"
2424
#include "Optimizer/zend_call_graph.h"
25+
#include "zend_arena.h"
2526
#include "zend_bitset.h"
2627

2728
/* This pass implements a form of dead code elimination (DCE). The algorithm optimistically assumes

0 commit comments

Comments
 (0)