Linux compile fix, missing cmath

This commit is contained in:
Jacob Støren 2018-07-04 17:19:15 +02:00
parent 016bab5831
commit dc4d64c3ab

View File

@ -1,6 +1,8 @@
#include "RimWellPathTarget.h"
#include "RimModeledWellPath.h"
#include <cmath>
CAF_PDM_SOURCE_INIT(RimWellPathTarget, "WellPathTarget");
namespace caf