src/conn.cpp: add limits header to fix 'numeric_limits' is not a member of 'std'

This commit is contained in:
Basil Aljamal
2021-05-06 15:46:50 +01:00
committed by mdavidsaver
parent 3fe93ed92d
commit 383f332d20
+2
View File
@@ -4,6 +4,8 @@
* in file LICENSE that is included with this distribution.
*/
#include <limits>
#include <epicsAssert.h>
#include <pvxs/log.h>