diff options
Diffstat (limited to 'src/position.h')
-rw-r--r-- | src/position.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/position.h b/src/position.h index 9cc86602..7dbb4400 100644 --- a/src/position.h +++ b/src/position.h @@ -22,8 +22,8 @@ #ifndef POSITION_H #define POSITION_H -#include <list> #include <iostream> +#include <list> /** * A position along a being's path. |