Fixed assert
parent
72644b8ff3
commit
d5ca61972f
|
@ -47,6 +47,7 @@
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
#include <assert.h>
|
||||||
#define DCHECK assert
|
#define DCHECK assert
|
||||||
|
|
||||||
namespace ceres {
|
namespace ceres {
|
||||||
|
|
Loading…
Reference in New Issue