Add portability.h for copysign

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6989 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 766d84a133e31c38f0658dfba66d1306b81e8522
Former-commit-id: a255adaf021701214191fa4e35b1b15105fb8653
This commit is contained in:
beaglejoe 2020-04-28 05:42:42 +00:00
parent 8f68346562
commit 53ab428af0
2 changed files with 3 additions and 0 deletions

View file

@ -21,6 +21,7 @@
#include <iostream>
#include <robot.h>
#include <tgf.h>
#include <portability.h>
// The "AXIOM" logger instance.
extern GfLogger* PLogUSR;

View file

@ -18,6 +18,8 @@
#include "Utils.h"
#include <tgf.h>
#include <portability.h>
double Utils::distPtFromLine(Vec2d start, Vec2d end, Vec2d pnt)
{