missing include callback.h
This commit is contained in:
parent
4a24451c08
commit
94cc728ddb
|
|
@ -27,6 +27,7 @@
|
||||||
#include <stdarg.h> // For va_start, etc.
|
#include <stdarg.h> // For va_start, etc.
|
||||||
#include <memory> // For std::unique_ptr
|
#include <memory> // For std::unique_ptr
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
/*! \brief This function allow lenghty algorithms to report progress and status.
|
/*! \brief This function allow lenghty algorithms to report progress and status.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue