From 9c390df61fff6a93928b9f499507d605931ffcea Mon Sep 17 00:00:00 2001 From: sharkautarch <128002472+sharkautarch@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:03:21 -0500 Subject: [PATCH] color_helpers: fix compiler error --- src/color_helpers.h | 2 ++ src/color_helpers_impl.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/color_helpers.h b/src/color_helpers.h index 2a8a964760..1ac43e02fe 100644 --- a/src/color_helpers.h +++ b/src/color_helpers.h @@ -7,6 +7,8 @@ #include #include +#include "Utils/Directives.h" + #include // glm::vec2 #include // glm::vec3 #include diff --git a/src/color_helpers_impl.h b/src/color_helpers_impl.h index 772107f8da..75fc552db4 100644 --- a/src/color_helpers_impl.h +++ b/src/color_helpers_impl.h @@ -1,5 +1,4 @@ #pragma once -#include "Utils/Directives.h" #include "color_helpers.h"