Skip to content

Commit

Permalink
fix(🤖): fix build on Android (#2806)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Dec 14, 2024
1 parent 07ec2ad commit 1908603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/skia/android/cpp/jni/include/JniPlatformContext.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <fbjni/fbjni.h>
#include <jsi/jsi.h>

#include <exception>
#include <functional>
Expand Down
1 change: 1 addition & 0 deletions packages/skia/cpp/jsi/ViewProperty.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <jsi/jsi.h>
#include <memory>
#include <string>
#include <variant>

#include "JsiDomRenderNode.h"
#include "JsiSkPicture.h"
Expand Down

0 comments on commit 1908603

Please sign in to comment.