added include<time .h>
it is included only in files that make use of timings functions
This commit is contained in:
parent
4f34f2d78e
commit
2a31fb8201
|
@ -23,8 +23,8 @@
|
||||||
|
|
||||||
#ifndef __VCGLIB_LOCALOPTIMIZATION
|
#ifndef __VCGLIB_LOCALOPTIMIZATION
|
||||||
#define __VCGLIB_LOCALOPTIMIZATION
|
#define __VCGLIB_LOCALOPTIMIZATION
|
||||||
#include<vcg/complex/complex.h>
|
#include <vcg/complex/complex.h>
|
||||||
|
#include <time.h>
|
||||||
namespace vcg{
|
namespace vcg{
|
||||||
// Base class for Parameters
|
// Base class for Parameters
|
||||||
// all parameters must be derived from this.
|
// all parameters must be derived from this.
|
||||||
|
|
Loading…
Reference in New Issue