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 {