From cc081fd4142f6e3bf30e4f4d99d9d4b11ee50ae9 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Thu, 20 Apr 2023 20:50:43 +0200 Subject: [PATCH] cleanup: fix include guards for stats/zvalues.h Signed-off-by: Berthold Stoeger --- stats/zvalues.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stats/zvalues.h b/stats/zvalues.h index 39e0526a5..829420313 100644 --- a/stats/zvalues.h +++ b/stats/zvalues.h @@ -4,6 +4,7 @@ // with smaller z-values. For the same z-value objects are // drawn in order of addition to the scene. #ifndef ZVALUES_H +#define ZVALUES_H // Encapsulating an enum in a struct is stupid, but allows us // to not poison the namespace and yet autoconvert to int