From 1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 17 Sep 2026 21:50:34 +0200 Subject: Added include guards --- src/solvers/solvers.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/solvers/solvers.h') diff --git a/src/solvers/solvers.h b/src/solvers/solvers.h index e19b08a..78180aa 100644 --- a/src/solvers/solvers.h +++ b/src/solvers/solvers.h @@ -1,3 +1,6 @@ +#ifndef SOLVERS_SOLVERS_H +#define SOLVERS_SOLVERS_H + #include "solutions_types_macros.h" #include "solutions.h" #include "tables_types_macros.h" @@ -6,3 +9,5 @@ #include "coord/coord.h" #include "h48/h48.h" #include "dispatch.h" + +#endif /* SOLVERS_SOLVERS_H */ -- cgit v1.3