From 7eecc854642ba795b3f96e2995e6b548e080c019 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