Linux compile fix

This commit is contained in:
Jacob Støren 2016-09-09 12:31:01 +02:00
parent 38c0b29b84
commit 8486889b39

View File

@ -5,6 +5,7 @@
#include "cvfMath.h" #include "cvfMath.h"
#include "cvfOverlayColorLegend.h" #include "cvfOverlayColorLegend.h"
#include "cvfTextureImage.h" #include "cvfTextureImage.h"
#include <cmath>
using namespace cvf; using namespace cvf;