diff options
Diffstat (limited to 'thirdparty/msdfgen/core/rasterization.h')
-rw-r--r-- | thirdparty/msdfgen/core/rasterization.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/msdfgen/core/rasterization.h b/thirdparty/msdfgen/core/rasterization.h index 82d0c73d95..8ba41cd645 100644 --- a/thirdparty/msdfgen/core/rasterization.h +++ b/thirdparty/msdfgen/core/rasterization.h @@ -1,7 +1,7 @@ #pragma once -#include "Vector2.h" +#include "Vector2.hpp" #include "Shape.h" #include "Projection.h" #include "Scanline.h" |