mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 13:51:47 +00:00
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:
@@ -1,3 +1,5 @@
|
||||
#include "root.h"
|
||||
|
||||
#include "V8StackTraceIterator.h"
|
||||
#include "wtf/text/StringToIntegerConversion.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user