diff options
Diffstat (limited to '')
| -rw-r--r-- | src/solvers/solvers.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
| 1 | #ifndef SOLVERS_SOLVERS_H | ||
| 2 | #define SOLVERS_SOLVERS_H | ||
| 3 | |||
| 1 | #include "solutions_types_macros.h" | 4 | #include "solutions_types_macros.h" |
| 2 | #include "solutions.h" | 5 | #include "solutions.h" |
| 3 | #include "tables_types_macros.h" | 6 | #include "tables_types_macros.h" |
| @@ -6,3 +9,5 @@ | |||
| 6 | #include "coord/coord.h" | 9 | #include "coord/coord.h" |
| 7 | #include "h48/h48.h" | 10 | #include "h48/h48.h" |
| 8 | #include "dispatch.h" | 11 | #include "dispatch.h" |
| 12 | |||
| 13 | #endif /* SOLVERS_SOLVERS_H */ | ||
