added #include<stdio> because of fprintf call on Histogram<ScalarType>::FileWrite function

This commit is contained in:
Nico Pietroni 2009-07-17 17:42:51 +00:00
parent 3e6ced9eae
commit 7aefe275b3
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ Initial Release
#include <string>
#include <limits>
#include <vcg/math/base.h>
#include <stdio.h>
namespace vcg {