From c1af9a049039d3f0a92c51fcc6d0a634ed7bd284 Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 9 Jan 2023 14:11:15 +0100 Subject: [PATCH] Work on fixing compile. --- fqms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fqms.h b/fqms.h index 41cc02f..1eaa673 100644 --- a/fqms.h +++ b/fqms.h @@ -27,7 +27,7 @@ SOFTWARE. */ #include "core/color.h" -#include "core/hashfuncs.h" +#include "core/templates/hashfuncs.h" #include "core/math/vector2.h" #include "core/math/vector3.h" #include "core/vector.h"