Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions svgnative/include/svgnative/SVGRenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ governing permissions and limitations under the License.
#include <string>
#include <tuple>
#include <vector>
#include <cstdint>

#if (__cplusplus >= 201703L)
#include <variant>
Expand Down
1 change: 1 addition & 0 deletions svgnative/src/SVGDocumentImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ governing permissions and limitations under the License.

#include <cmath>
#include <limits>
#include <cstring>

using namespace SVGNative::xml;

Expand Down
1 change: 1 addition & 0 deletions svgnative/src/ports/cairo/CairoSVGRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ governing permissions and limitations under the License.
#include "cairo.h"
#include <math.h>
#include "CairoImageInfo.h"
#include <cstring>

namespace SVGNative
{
Expand Down