Linux compilation fix

This commit is contained in:
Pål Hagen 2015-09-03 14:46:13 +02:00
parent 7b308e514c
commit f078a589a5
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
#include "cvfAssert.h"
#include <float.h>
#include <math.h>
CAF_PDM_SOURCE_INIT(RimWellLogPlot, "WellLogPlot");

View File

@ -29,7 +29,7 @@
#include "cafPdmUiTreeView.h"
#include "cvfAssert.h"
#include <float.h>
#include <math.h>
CAF_PDM_SOURCE_INIT(RimWellLogPlotTrace, "WellLogPlotTrace");