missing include callback.h

This commit is contained in:
alemuntoni 2020-09-18 12:54:03 +02:00
parent 4a24451c08
commit 94cc728ddb
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <stdarg.h> // For va_start, etc.
#include <memory> // For std::unique_ptr
#include <iostream>
#include <string.h>
namespace vcg {
/*! \brief This function allow lenghty algorithms to report progress and status.