Skip to content

Commit fe9b7e7

Browse files
committed
Include missing header in WriteResult.h
This was not necessary for compilation, but it makes the header internally consistent.
1 parent 5f1262a commit fe9b7e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/MongoDB/WriteResult.h

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
#include <php.h>
2323

24+
#include "phongo_structs.h"
25+
2426
php_phongo_writeresult_t* phongo_writeresult_init(zval* return_value, bson_t* reply, zval* manager, uint32_t server_id);
2527

2628
#endif /* PHONGO_WRITERESULT_H */

0 commit comments

Comments
 (0)