Skip to content

Commit

Permalink
src/conn.cpp: add limits header to fix 'numeric_limits' is not a memb…
Browse files Browse the repository at this point in the history
…er of 'std'
  • Loading branch information
Basil Aljamal authored and mdavidsaver committed May 6, 2021
1 parent 3fe93ed commit 383f332
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/conn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* in file LICENSE that is included with this distribution.
*/

#include <limits>

#include <epicsAssert.h>

#include <pvxs/log.h>
Expand Down

0 comments on commit 383f332

Please sign in to comment.