src/conn.cpp: add limits header to fix 'numeric_limits' is not a member of 'std'
This commit is contained in:
committed by
mdavidsaver
parent
3fe93ed92d
commit
383f332d20
@@ -4,6 +4,8 @@
|
||||
* in file LICENSE that is included with this distribution.
|
||||
*/
|
||||
|
||||
#include <limits>
|
||||
|
||||
#include <epicsAssert.h>
|
||||
|
||||
#include <pvxs/log.h>
|
||||
|
||||
Reference in New Issue
Block a user