diff options
Diffstat (limited to 'thirdparty/msdfgen/core/ShapeDistanceFinder.h')
-rw-r--r-- | thirdparty/msdfgen/core/ShapeDistanceFinder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/msdfgen/core/ShapeDistanceFinder.h b/thirdparty/msdfgen/core/ShapeDistanceFinder.h index 57df8d8e72..d8a584f645 100644 --- a/thirdparty/msdfgen/core/ShapeDistanceFinder.h +++ b/thirdparty/msdfgen/core/ShapeDistanceFinder.h @@ -2,7 +2,7 @@ #pragma once #include <vector> -#include "Vector2.h" +#include "Vector2.hpp" #include "edge-selectors.h" #include "contour-combiners.h" |