Skip to content

Commit

Permalink
Fix lite-profile compilation regression
Browse files Browse the repository at this point in the history
  • Loading branch information
mtehver committed Mar 3, 2022
1 parent a556369 commit a23f57c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions all/native/datasources/PersistentCacheTileDataSource.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#ifdef _CARTO_OFFLINE_SUPPORT

#include "PersistentCacheTileDataSource.h"
#include "core/BinaryData.h"
#include "datasources/TileDownloadListener.h"
#include "utils/Log.h"
#include "utils/TileUtils.h"

#include <memory>
#include <algorithm>

#include <sqlite3pp.h>

namespace carto {
Expand Down Expand Up @@ -434,3 +433,5 @@ namespace carto {
const unsigned int PersistentCacheTileDataSource::EXTRA_TILE_FOOTPRINT = 1024;

}

#endif
2 changes: 2 additions & 0 deletions all/native/datasources/PersistentCacheTileDataSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include "components/DirectorPtr.h"
#include "datasources/CacheTileDataSource.h"

#include <mutex>
#include <memory>
#include <string>
#include <set>

Expand Down

0 comments on commit a23f57c

Please sign in to comment.