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/coord/multisolve.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/solvers/coord/multisolve.h') diff --git a/src/solvers/coord/multisolve.h b/src/solvers/coord/multisolve.h index efd287d..4990a39 100644 --- a/src/solvers/coord/multisolve.h +++ b/src/solvers/coord/multisolve.h @@ -1,3 +1,6 @@ +#ifndef SOLVERS_COORD_MULTISOLVE_H +#define SOLVERS_COORD_MULTISOLVE_H + /* For now the only multicoordinate is DRFIN, and this solver reflects this. For example, NISS is not available. @@ -297,3 +300,5 @@ solve_multicoord_error_unsolvable: LOG("[%s solve] Error: cube not ready\n", mcoord->name); return NISSY_ERROR_UNSOLVABLE_CUBE; } + +#endif /* SOLVERS_COORD_MULTISOLVE_H */ -- cgit v1.3