mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-17 01:54:42 +00:00
added #include <ctime> to have CLOCKS_PER_SEC defined
This commit is contained in:
parent
e9c3c403c8
commit
aa78d64def
@ -24,14 +24,15 @@
|
||||
#ifndef __VCG_ALIGNPAIR
|
||||
#define __VCG_ALIGNPAIR
|
||||
|
||||
#include <ctime>
|
||||
#include <vcg/math/histogram.h>
|
||||
#include <vcg/math/matrix44.h>
|
||||
#include <vcg/space/index/grid_static_ptr.h>
|
||||
#include<vcg/complex/complex.h>
|
||||
#include <vcg/complex/complex.h>
|
||||
#include <vcg/simplex/face/component_ep.h>
|
||||
#include<vcg/complex/algorithms/update/normal.h>
|
||||
#include<vcg/complex/algorithms/update/bounding.h>
|
||||
#include<vcg/complex/algorithms/update/component_ep.h>
|
||||
#include <vcg/complex/algorithms/update/normal.h>
|
||||
#include <vcg/complex/algorithms/update/bounding.h>
|
||||
#include <vcg/complex/algorithms/update/component_ep.h>
|
||||
|
||||
|
||||
namespace vcg
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user