diff options
Diffstat (limited to '')
| -rw-r--r-- | src/commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h index 7773827..bac71f1 100644 --- a/src/commands.h +++ b/src/commands.h | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | #ifndef COMMANDS_H | 1 | #ifndef COMMANDS_H |
| 2 | #define COMMANDS_H | 2 | #define COMMANDS_H |
| 3 | 3 | ||
| 4 | #include <time.h> | ||
| 5 | |||
| 4 | #include "solve.h" | 6 | #include "solve.h" |
| 5 | #include "steps.h" | 7 | #include "steps.h" |
| 6 | 8 | ||
