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/internal/ceres/loss_function_test.cc b/internal/ceres/loss_function_test.cc index eaeb2d8..8afcbd8 100644 --- a/internal/ceres/loss_function_test.cc +++ b/internal/ceres/loss_function_test.cc
@@ -32,7 +32,7 @@ #include <cstddef> -#include <glog/logging.h> +#include "glog/logging.h" #include "gtest/gtest.h" namespace ceres {