Skip to content

Commit 510a93a

Browse files
committed
Fix: adding missing include cmath
1 parent ec9c6e4 commit 510a93a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cpp_common/to_postgres.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2828
#include <deque>
2929
#include <vector>
3030
#include <limits>
31+
#include <cmath>
3132

3233
#include "c_types/routes_t.h"
3334
#include "c_types/path_rt.h"

0 commit comments

Comments
 (0)