Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 9dc0827

Browse files
committed
include for windows
1 parent dbcbd68 commit 9dc0827

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

impeller/entity/contents/filters/gaussian_blur_filter_contents.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
#include "impeller/entity/contents/filters/gaussian_blur_filter_contents.h"
66

7+
#include <cmath>
8+
79
#include "impeller/entity/contents/content_context.h"
810
#include "impeller/entity/texture_fill.frag.h"
911
#include "impeller/entity/texture_fill.vert.h"

0 commit comments

Comments
 (0)