Skip to content

Commit 4168d6e

Browse files
committed
fix #319
1 parent c07785b commit 4168d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/bindings/BindingsMain.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "../V8Helpers.h"
44
#include "../V8ResourceImpl.h"
55
#include "../V8Module.h"
6-
#include "JSEnums.h"
6+
#include "../JSEnums.h"
77

88
static void HashCb(const v8::FunctionCallbackInfo<v8::Value>& info)
99
{

0 commit comments

Comments
 (0)