Skip to content

Commit 5b107c9

Browse files
authored
fix iOS
1 parent bb0862c commit 5b107c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/JSIUtils/MGLThreadAwareHostObject.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#ifdef ONANDROID
1414
#include "Utils/MGLDispatchQueue.h"
1515
#else
16-
#include "../Utils/MGLDispatchQueue.h"
16+
#include "MGLDispatchQueue.h"
1717
#endif
1818

1919
namespace margelo {

0 commit comments

Comments
 (0)