added include<time .h>

it is included only in files that make use of timings functions
This commit is contained in:
Paolo Cignoni 2016-12-04 12:07:19 +01:00
parent 4f34f2d78e
commit 2a31fb8201
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@
#ifndef __VCGLIB_LOCALOPTIMIZATION
#define __VCGLIB_LOCALOPTIMIZATION
#include<vcg/complex/complex.h>
#include <vcg/complex/complex.h>
#include <time.h>
namespace vcg{
// Base class for Parameters
// all parameters must be derived from this.