Fix build problem on Linux with missing cvfBase.h

This commit is contained in:
Gaute Lindkvist
2018-12-03 10:26:47 +01:00
parent 45e909fcfa
commit 9961b39473
3 changed files with 5 additions and 4 deletions

View File

@@ -20,6 +20,7 @@
#pragma once
#include <cvfBase.h>
#include <cvfBoundingBox.h>
//==================================================================================================