Fix incomplete definition.

This commit is contained in:
Kristian Bendiksen
2023-08-23 13:58:01 +02:00
parent 107a74bd68
commit e6ff86f51a
2 changed files with 1 additions and 7 deletions

View File

@@ -21,8 +21,6 @@
#include "RigGriddedPart3d.h"
#include "RigPolyLinesData.h"
#include "cvfTextureImage.h"
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@@ -22,17 +22,13 @@
#include "cvfColor3.h"
#include "cvfObject.h"
#include "cvfPlane.h"
#include "cvfTextureImage.h"
#include "cvfVector3.h"
#include <map>
#include <memory>
#include <vector>
namespace cvf
{
class TextureImage;
}
class RigGriddedPart3d;
class RigFRModelPart