#2585 Fix linux build (move cvfBase to top)

This commit is contained in:
Rebecca Cox 2018-03-09 13:56:05 +01:00
parent 06504b6fef
commit d72d5ba343
3 changed files with 4 additions and 3 deletions

View File

@ -18,7 +18,6 @@
#include "Riv3dWellLogCurveGeomertyGenerator.h"
#include "cvfDrawableGeo.h"
#include "cvfPrimitiveSetIndexedUInt.h"
//--------------------------------------------------------------------------------------------------

View File

@ -18,11 +18,13 @@
#pragma once
#include "cvfObject.h"
#include "cvfBase.h"
#include "cvfObject.h"
#include "cvfDrawableGeo.h"
#include "cvfVector3.h"
#include "cafPdmPointer.h"
#include <vector>
namespace caf

View File

@ -18,8 +18,8 @@
#pragma once
#include "cvfBase.h"
#include "cvfObject.h"
#include "cafPdmPointer.h"
#include "Rim3dWellLogCurve.h"