Skip to content

Commit

Permalink
Fixed compilation render.cc on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rsedaikin committed Mar 25, 2021
1 parent b3d0e80 commit 347633a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions skiko/src/jvmMain/cpp/common/render.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#include <jni.h>

#if SK_BUILD_FOR_LINUX
#include <stdint.h>
#endif

#include "jni_helpers.h"
#include "GrBackendSurface.h"
#include "GrDirectContext.h"
Expand Down

0 comments on commit 347633a

Please sign in to comment.