fix: Add root.h include to V8StackTraceIterator.cpp

Added the required root.h include at the top of V8StackTraceIterator.cpp
following Bun's standard pattern for C++ source files.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude Bot
2025-10-12 21:45:36 +00:00
parent 397e2351e8
commit 9835e963cd

View File

@@ -1,3 +1,5 @@
#include "root.h"
#include "V8StackTraceIterator.h"
#include "wtf/text/StringToIntegerConversion.h"