#4683 VizFwk : Make several header files self contained by include of cvfBase.h

This commit is contained in:
Magne Sjaastad 2019-09-05 09:41:51 +02:00
parent 03fd2c70fe
commit 97d6638293
5 changed files with 10 additions and 0 deletions

View File

@ -37,6 +37,8 @@
#pragma once
#include "cvfBase.h"
#include <vector>
namespace cvf {

View File

@ -37,6 +37,9 @@
#pragma once
#include "cvfBase.h"
namespace cvf {
// Forward declarations

View File

@ -37,6 +37,8 @@
#pragma once
#include "cvfBase.h"
namespace cvf {

View File

@ -37,6 +37,8 @@
#pragma once
#include "cvfBase.h"
#include "cvfSystem.h"
#include "cvfVector3.h"
#include "cvfVector4.h"

View File

@ -37,6 +37,7 @@
#pragma once
#include "cvfBase.h"
#include "cvfSystem.h"
#include <set>