Skip to content

Commit

Permalink
Merge pull request #129 from lemirep/master
Browse files Browse the repository at this point in the history
Add missing cstdint include
  • Loading branch information
sammycage authored Mar 30, 2023
2 parents b66e224 + db27b7c commit f924651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/lunasvg.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include <memory>
#include <string>
#include <cstdint>

#include <lunasvg_export.h>
#define LUNASVG_API LUNASVG_EXPORT
Expand Down
1 change: 1 addition & 0 deletions source/property.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <vector>
#include <string>
#include <array>
#include <cstdint>

namespace lunasvg {

Expand Down

0 comments on commit f924651

Please sign in to comment.