0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 15:33:54 +01:00

ircd: Add missing minutes chrono import.

This commit is contained in:
Jason Volk 2018-09-16 18:19:23 -07:00
parent 17e137f52a
commit 5218cd681a

View file

@ -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;