summaryrefslogtreecommitdiff
path: root/src/position.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/position.cpp')
-rw-r--r--src/position.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/position.cpp b/src/position.cpp
index 18e05f701..8e9baf272 100644
--- a/src/position.cpp
+++ b/src/position.cpp
@@ -22,6 +22,8 @@
#include "position.h"
+#include "debug.h"
+
std::ostream& operator <<(std::ostream &os, const Position &p)
{
os << "(" << p.x << ", " << p.y << ")";