From c11bb38f58c34d4f804fd6f05debf644b733ce87 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Tue, 7 Oct 2025 12:12:54 -0400 Subject: [PATCH] Include StaConfig.hh once (#305) * Include StaConfig.hh once * pragma once --- util/StaConfig.hh.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/StaConfig.hh.cmake b/util/StaConfig.hh.cmake index 572588af..78d2e304 100644 --- a/util/StaConfig.hh.cmake +++ b/util/StaConfig.hh.cmake @@ -1,3 +1,5 @@ +#pragma once + #define STA_VERSION "${STA_VERSION}" #define STA_GIT_SHA1 "${STA_GIT_SHA1}"