diff options
Diffstat (limited to 'Userland/Libraries/LibSoftGPU/SIMD.h')
-rw-r--r-- | Userland/Libraries/LibSoftGPU/SIMD.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibSoftGPU/SIMD.h b/Userland/Libraries/LibSoftGPU/SIMD.h index 5981166698..c0ab018cde 100644 --- a/Userland/Libraries/LibSoftGPU/SIMD.h +++ b/Userland/Libraries/LibSoftGPU/SIMD.h @@ -7,6 +7,7 @@ #pragma once #include <AK/SIMDExtras.h> +#include <AK/SIMDMath.h> #include <LibGfx/Vector2.h> #include <LibGfx/Vector3.h> #include <LibGfx/Vector4.h> |