Fixed Win Compile error. Missing include

This commit is contained in:
Jacob Støren
2013-09-30 11:02:17 +02:00
parent af232d8c31
commit a5a1dfe701

View File

@@ -20,6 +20,7 @@
#include <algorithm>
#include <assert.h>
#include <math.h>
#include "cvfBase.h"
#include "cvfMath.h"
//--------------------------------------------------------------------------------------------------