diff options
Diffstat (limited to 'thirdparty/msdfgen/core/Projection.h')
-rw-r--r-- | thirdparty/msdfgen/core/Projection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/msdfgen/core/Projection.h b/thirdparty/msdfgen/core/Projection.h index 7cdb1c307a..3c457776ac 100644 --- a/thirdparty/msdfgen/core/Projection.h +++ b/thirdparty/msdfgen/core/Projection.h @@ -1,7 +1,7 @@ #pragma once -#include "Vector2.h" +#include "Vector2.hpp" namespace msdfgen { |