re added include vector into histogram

Needed if you want use it without the meshes
This commit is contained in:
Paolo Cignoni 2017-03-24 14:05:06 +01:00
parent d907db5a73
commit 718f5b1824
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <assert.h>
#include <string>
#include <limits>
#include <vector>
#include <vcg/math/base.h>
#include <stdio.h>