summaryrefslogtreecommitdiff
path: root/src/mbgl/util/longest_common_subsequence.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-05-11 14:51:08 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-05-12 11:26:27 -0700
commitc80f3e9d29d1c26ccc88ef30f8f17329c9bfb1b7 (patch)
tree95cdfdf7b589b47ab20aae3d469fbd627a1e2f64 /src/mbgl/util/longest_common_subsequence.hpp
parent095dc7b16793ed502b3429e0e4c2db7f1207094e (diff)
downloadqtlocation-mapboxgl-c80f3e9d29d1c26ccc88ef30f8f17329c9bfb1b7.tar.gz
[linux] loop-uv depends on mbgl-core for linking
Diffstat (limited to 'src/mbgl/util/longest_common_subsequence.hpp')
-rw-r--r--src/mbgl/util/longest_common_subsequence.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/util/longest_common_subsequence.hpp b/src/mbgl/util/longest_common_subsequence.hpp
index ac127c6356..522b5a86b1 100644
--- a/src/mbgl/util/longest_common_subsequence.hpp
+++ b/src/mbgl/util/longest_common_subsequence.hpp
@@ -103,4 +103,4 @@ OutIt longest_common_subsequence(InIt a, InIt endA,
return longest_common_subsequence(a, endA, b, endB, outIt, std::equal_to<>());
}
-}
+} // namespace mbgl