Linux compilation fix

This commit is contained in:
Pål Hagen 2015-09-01 15:53:28 +02:00
parent b5684b5255
commit 406d34c411
2 changed files with 2 additions and 2 deletions

View File

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

View File

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