commit | eb38e74267008dfa300e1f375502bc496fedcb00 | [log] [tgz] |
---|---|---|
author | Petter Strandmark <petter.strandmark@gmail.com> | Sat Sep 08 13:53:24 2012 -0700 |
committer | Petter Strandmark <petter.strandmark@gmail.com> | Sat Sep 08 13:53:24 2012 -0700 |
tree | d98389ad610a13030c7f52f88b2d4aa101f42402 | |
parent | fce6aebd916224f82adc80b8c0e53a29874adc39 [diff] [blame] |
Inclusion guard fix Change-Id: Idf6245bb76c86817e332aca4393c9db86a1e2059
diff --git a/internal/ceres/split.h b/internal/ceres/split.h index ec579e9..4df48c3 100644 --- a/internal/ceres/split.h +++ b/internal/ceres/split.h
@@ -2,7 +2,7 @@ // Author: keir@google.com (Keir Mierle) #ifndef CERES_INTERNAL_SPLIT_H_ -#define VISION_OPTIMIZATION_LEAST_SQUARES_INTERNAL_SPLIT_H_ +#define CERES_INTERNAL_SPLIT_H_ #include <string> #include <vector>