Skip to content

Commit ace104c

Browse files
Fix compile error
Add #include for std:find()
1 parent 2ae61b7 commit ace104c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

olp-cpp-sdk-dataservice-read/src/VersionedLayerClientImpl.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
#include "repositories/PartitionsRepository.h"
3535
#include "repositories/PrefetchTilesRepository.h"
3636

37+
#include <algorithm>
38+
3739
// Needed to avoid endless warnings from GetVersion/WithVersion
3840
#include <olp/core/porting/warning_disable.h>
3941
PORTING_PUSH_WARNINGS()

0 commit comments

Comments
 (0)