mirror of
https://github.com/matrix-construct/construct
synced 2024-12-25 23:14:13 +01:00
ircd: Add missing minutes chrono import.
This commit is contained in:
parent
17e137f52a
commit
5218cd681a
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ namespace ircd
|
|||
using std::dynamic_pointer_cast;
|
||||
|
||||
using std::chrono::hours;
|
||||
using std::chrono::minutes;
|
||||
using std::chrono::seconds;
|
||||
using std::chrono::milliseconds;
|
||||
using std::chrono::microseconds;
|
||||
|
|
Loading…
Reference in a new issue