m-barthelemy / vapor-queues-fluent-driver

A Fluent implementation for https://github.com/vapor/queues (Vapor4)
MIT License
32 stars 16 forks source link

Add missing Foundation imports #8

Closed tonyarnold closed 4 years ago

tonyarnold commented 4 years ago

Date is a Foundation type, so these imports are required for the code to compile properly.

m-barthelemy commented 4 years ago

Interesting. It makes sense. However I never had any compile issue on Mac nor Linux. Anyway thanks for the PR!