commit | 0beab86dfa812a6962628994ffd3b525b42ba07d | [log] [tgz] |
---|---|---|
author | Sameer Agarwal <sameeragarwal@google.com> | Mon Aug 13 15:12:01 2012 -0700 |
committer | Sameer Agarwal <sameeragarwal@google.com> | Mon Aug 13 15:47:24 2012 -0700 |
tree | dcd38212b0ad9e993fb9800cf5d767840c5169b3 | |
parent | 4b0404352dcecc42575e36272effbd451ad1c4ee [diff] [blame] |
Fix glog includes and include sorting order. Change-Id: I0ec85218e82d1714279d41f7635104d480fb91c3
diff --git a/include/ceres/rotation.h b/include/ceres/rotation.h index 16bfc8a..7f05187 100644 --- a/include/ceres/rotation.h +++ b/include/ceres/rotation.h
@@ -47,6 +47,7 @@ #include <algorithm> #include <cmath> +#include "glog/logging.h" namespace ceres {