Skip to content

Commit

Permalink
add missing headers to pathfill.h
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Jan 5, 2024
1 parent 463190f commit a5760dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/ZWidget/include/zwidget/core/pathfill.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <vector>
#include <stdint.h>
#include <limits.h>
#include <string.h>
#include "core/rect.h"

/*
Expand Down

0 comments on commit a5760dc

Please sign in to comment.