diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-09 10:11:31 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-09 10:11:31 +0100 |
| commit | 8183a33ad2893b84dacf41c38a1b79101731814e (patch) | |
| tree | 265ad3b52975551d4f4f9471f2de313e1e880d4f /src | |
| parent | a8869973bf86e4fa1337ec8b8fe71a2162ddc67f (diff) | |
Include <ctime> for symbol std::time
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index afea063..ab3075e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,3 +1,4 @@ +#include <ctime> #include <iostream> #include "Game.hpp" using namespace std; |
