oliora / ppconsul

C++ client for Consul (http://consul.io)
Boost Software License 1.0
152 stars 56 forks source link

client pool failing on assert statment #51

Closed jgornowich closed 4 years ago

jgornowich commented 4 years ago

when I compile the most recent updates I get a compile failure:

ppconsul/src/client_pool.cpp:24:22: error: ‘assert’ was not declared in this scope

oliora commented 4 years ago

Fill fix

Never mind, I was reading this from my phone and messed it all up.

Thank you for the fix!