Skip to content

Commit

Permalink
fix mingw-w64 compilation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kindler committed Sep 16, 2020
1 parent 48153de commit bb1796f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Mahi/Gui/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#ifdef __linux__
#include <string.h>
#else
#include <cstring>
using std::memcpy;
#endif

Expand Down
1 change: 1 addition & 0 deletions src/Mahi/Gui/nanovg_custom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#ifdef __linux__
#include <string.h>
#else
#include <cstring>
using std::memcpy;
#endif

Expand Down

0 comments on commit bb1796f

Please sign in to comment.