From 85738af912be3bfbd4377f305c6d8a981f647b02 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Fri, 20 May 2022 14:59:15 +0300 Subject: [PATCH] tests/color_util: protect header from re-reading Looks like this was forgotten, and I managed to get compiler errors about redeclaring all enums. Signed-off-by: Pekka Paalanen --- tests/color_util.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/color_util.h b/tests/color_util.h index f822d00a..3e8e2abd 100644 --- a/tests/color_util.h +++ b/tests/color_util.h @@ -24,6 +24,8 @@ * SOFTWARE. */ +#pragma once + #include #include