diff --git a/cpp/Vector.h b/cpp/Vector.h index a7d37c744..cd470feae 100644 --- a/cpp/Vector.h +++ b/cpp/Vector.h @@ -20,7 +20,9 @@ typedef boost::numeric::ublas::vector Vector; namespace gtsam { - +/** + * An auxiliary function to printf for Win32 compatibility, added by Kai + */ void odprintf(const char *format, ...); /**