blobby2: fix build with gcc>=11

This commit is contained in:
Duncaen 2022-10-08 16:26:21 +02:00
parent aa9c6999da
commit 7f7254ce8b
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- a/src/Clock.h
+++ b/src/Clock.h
@@ -21,6 +21,7 @@
#pragma once
#include <string>
+#include <ctime>
/*! \class Clock
\brief Game Timing Management