Skip to content

Commit

Permalink
Fix errors on the Linux platform (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: kevingpqi <[email protected]>
  • Loading branch information
kevingpqi123 and kevingpqi123 authored Feb 18, 2022
1 parent 88d6e11 commit eecb290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tgfx/include/core/Matrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#pragma once

#include <cstring>
#include "core/Rect.h"

namespace tgfx {
Expand Down
1 change: 1 addition & 0 deletions tgfx/src/core/Data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
/////////////////////////////////////////////////////////////////////////////////////////////////

#include "core/Data.h"
#include <cstring>
#include "core/Stream.h"

namespace tgfx {
Expand Down

0 comments on commit eecb290

Please sign in to comment.