Fix an incorrect include

Change-Id: I5b19dc5d4203a0603f21f1db06f4edb7fe2b76c2
diff --git a/internal/ceres/cuda_block_sparse_crs_view.cc b/internal/ceres/cuda_block_sparse_crs_view.cc
index c356005..7b8cda7 100644
--- a/internal/ceres/cuda_block_sparse_crs_view.cc
+++ b/internal/ceres/cuda_block_sparse_crs_view.cc
@@ -33,7 +33,7 @@
 #ifndef CERES_NO_CUDA
 
 #include "absl/log/check.h"
-#include "absl/log/logging.h"
+#include "absl/log/log.h"
 #include "ceres/cuda_kernels_bsm_to_crs.h"
 
 namespace ceres::internal {