From 874ab3dd48a53c0cda6bb1faaeea27b52d2c1df2 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Tue, 31 Dec 2024 14:49:51 +1100 Subject: ?saturation discrepancies: fixed mostly on GCC, 100% (seemingly?) on Clang --- source/core/StarImageScaling.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/core/StarImageScaling.hpp') diff --git a/source/core/StarImageScaling.hpp b/source/core/StarImageScaling.hpp index 6a7271b..d758169 100644 --- a/source/core/StarImageScaling.hpp +++ b/source/core/StarImageScaling.hpp @@ -1,3 +1,5 @@ +#pragma once + namespace Star { STAR_CLASS(Image); -- cgit v1.2.3