Cleaned up includes

This commit is contained in:
Magne Sjaastad
2017-01-17 14:27:30 +01:00
parent c11daf88fa
commit bdeb2b5584
3 changed files with 18 additions and 30 deletions
@@ -20,6 +20,15 @@
#pragma once
#include "cvfBase.h"
#include "cvfObject.h"
#include "cvfArray.h"
namespace cvf {
class DrawableGeo;
class ScalarMapper;
}
class RivPipeGeometryGenerator : public cvf::Object
{
public: