IWYU
diff --git a/src/math/raw_path.cpp b/src/math/raw_path.cpp
index 651eb79..c77e999 100644
--- a/src/math/raw_path.cpp
+++ b/src/math/raw_path.cpp
@@ -3,6 +3,7 @@
  */
 
 #include "rive/math/raw_path.hpp"
+#include <algorithm>
 #include <cmath>
 
 using namespace rive;