Problem: MSVC projects don't include timers.cpp/hpp

Solution: add these
This commit is contained in:
Pieter Hintjens
2015-12-21 11:09:11 +01:00
parent 7893a6ac26
commit 6665bffe11
6 changed files with 15 additions and 5 deletions

View File

@@ -1180,7 +1180,7 @@ int zmq_poller_wait (void *poller_, zmq_poller_event_t *event, long timeout_)
// Timers
void *zmq_timers_new ()
void *zmq_timers_new (void)
{
zmq::timers_t *timers = new (std::nothrow) zmq::timers_t;
alloc_assert (timers);