From 5c7dfd948ffd52f2b60dcfe052176da788f17893 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 13 Jun 2016 10:59:33 -0700 Subject: =?UTF-8?q?[core]=20*Tile=20=E2=86=94=20*TileData?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tile is now the main base class; RasterTile, VectorTile, etc are its subclasses. GeometryTileData and its subclasses form the piece that's passed to the worker. --- benchmark/parse/filter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark') diff --git a/benchmark/parse/filter.cpp b/benchmark/parse/filter.cpp index 9e47bcaca9..7450fc7804 100644 --- a/benchmark/parse/filter.cpp +++ b/benchmark/parse/filter.cpp @@ -3,7 +3,7 @@ #include #include #include -#include +#include #include -- cgit v1.2.1