Skip to content

Commit 60797e0

Browse files
authored
Fix missing std::numeric_limits (#1113)
* Fix missing `std::numeric_limits` - Include `<limits>` header, fix missing `std::numeric_limits` when compiling with GCC 11.0.
1 parent 1fbf474 commit 60797e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/lib/src/neighbor_list.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "neighbor_list.h"
22
#include "device.h"
33
#include <iostream>
4+
#include <limits>
45
// #include <iomanip>
56

67
// using namespace std;

0 commit comments

Comments
 (0)