Merged in fix/ceresRotationMissingInclude (pull request #59)

missing <limits> for std::numeric_limits
release/4.3a0
Frank Dellaert 2014-12-01 18:58:00 +01:00
commit 133dbc4ded
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
#include <algorithm>
#include <cmath>
#include <limits>
#include <assert.h>
#define DCHECK assert