Skip to content

Commit 6d603dc

Browse files
committed
Fix: adding missing include cmath
1 parent 6258158 commit 6d603dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)