Skip to content

Commit

Permalink
Fix includes in v8go.h
Browse files Browse the repository at this point in the history
  • Loading branch information
stroiman committed Dec 4, 2024
1 parent 99e0822 commit e98f993
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v8go.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

#ifdef __cplusplus

#include <libplatform/libplatform.h>
#include "v8-profiler.h"
#include "v8.h"
#include "deps/include/libplatform/libplatform.h"
#include "deps/include/v8-profiler.h"
#include "deps/include/v8.h"

typedef v8::CpuProfiler* CpuProfilerPtr;
typedef v8::CpuProfile* CpuProfilePtr;
Expand Down

0 comments on commit e98f993

Please sign in to comment.