Linux compilation fix

Added include
This commit is contained in:
Stein Dale 2015-05-08 12:22:02 +02:00
parent 5fe54c6c8d
commit 1b8944516f

View File

@ -19,6 +19,8 @@
#pragma once
#include <stdlib.h>
#include "RigFemTypes.h"
#include "cvfObject.h"
#include "cvfAssert.h"