Skip to content

Commit

Permalink
Fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Aug 27, 2024
1 parent f3183c6 commit 7e27e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

#include "RimSurface.h"

#include "cafPdmCoreVec3d.h"

class RimDepthSurface : public RimSurface
{
CAF_PDM_HEADER_INIT;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include "cafPdmField.h"
#include "cafPdmProxyValueField.h"
#include "cafPdmPtrField.h"
#include "cvfVector3.h"

class RimWellPathGeometryDef;

Expand Down

0 comments on commit 7e27e4b

Please sign in to comment.