]> git.sesse.net Git - cubemap/blobdiff - server.cpp
Fix 32-bit compilation issues.
[cubemap] / server.cpp
index 61bdb3f698503a7dc3bdd9e8c838bc81532e682a..52f26db30b8b23598767d3182c18a3e441ee708d 100644 (file)
@@ -672,7 +672,7 @@ sending_header_or_short_response_again:
                        // 100 kB prebuffer but end up sending a 10 MB GOP.
                        assert(client->stream_pos == Client::STREAM_POS_AT_END);
                        assert(client->stream_pos_end == Client::STREAM_POS_NO_END);
-                       deque<size_t>::const_iterator starting_point_it =
+                       deque<uint64_t>::const_iterator starting_point_it =
                                lower_bound(stream->suitable_starting_points.begin(),
                                            stream->suitable_starting_points.end(),
                                            stream->bytes_received - stream->prebuffering_bytes);