0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-21 05:05:18 +00:00

Add missing include

This commit is contained in:
Stefan Siegl 2024-09-20 21:32:27 +02:00
parent b4471849c8
commit 8edc8b65d8

View File

@ -16,6 +16,8 @@
#include "config.h"
#endif
#include <stdexcept>
#include "php_v8js_macros.h"
#include "v8js_array_access.h"
#include "v8js_exceptions.h"