summaryrefslogtreecommitdiff
path: root/src/log.hpp
diff options
context:
space:
mode:
authorStephen Enders <smenders@gmail.com>2022-02-12 12:31:27 -0500
committerStephen Enders <smenders@gmail.com>2022-02-12 12:31:27 -0500
commit88c364d3bbcc5c3ea78abb7051c161eb87c00bb3 (patch)
treef15ddad81a8e146e14bfc4900ba5f995ef7734d8 /src/log.hpp
parent66a34966ca14bc5158b244ddded2a1d80fe8cc88 (diff)
Create win sequence
You can now win the game when you reach a score of 7 This is proxied simply by "does the player have any remaining pieces to play".
Diffstat (limited to 'src/log.hpp')
-rw-r--r--src/log.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.hpp b/src/log.hpp
index fcc4e75..5927682 100644
--- a/src/log.hpp
+++ b/src/log.hpp
@@ -2,8 +2,8 @@
#define UR_LOG_H
#include "helper.hpp"
-#include <iostream>
#include <ctime>
+#include <iostream>
#include <string>
/**
* A very simple stdio/stderr logger