blobby2: fix build with gcc>=11
This commit is contained in:
parent
aa9c6999da
commit
7f7254ce8b
|
@ -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
|
Loading…
Reference in New Issue