diff options
Diffstat (limited to 'thirdparty/misc/hq2x.cpp')
-rw-r--r-- | thirdparty/misc/hq2x.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/misc/hq2x.cpp b/thirdparty/misc/hq2x.cpp index 7ebb505d64..9c089ba85c 100644 --- a/thirdparty/misc/hq2x.cpp +++ b/thirdparty/misc/hq2x.cpp @@ -16,8 +16,8 @@ #include "hq2x.h" -#include "math_funcs.h" +#include "core/math/math_funcs.h" static const uint32_t AMASK = 0xFF000000; static const uint32_t YMASK = 0x00FF0000; |