X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=main.cpp;fp=main.cpp;h=7da66507a366881c51dc652500cc0704b66fee60;hp=fc36861f64ab827d22b988f387e1a2b2e9cba75b;hb=58dd753c464d917dc446e2cbb4c01fd750d4eb87;hpb=014604812e65d325316778ac98ac7c422226fce8 diff --git a/main.cpp b/main.cpp index fc36861..7da6650 100644 --- a/main.cpp +++ b/main.cpp @@ -15,6 +15,7 @@ #include #include #include +#include #include #include @@ -445,7 +446,7 @@ start: serialize_start.tv_nsec = loaded_state.serialize_start_usec() * 1000ull; // Deserialize the streams. - map stream_headers_for_url; // See below. + unordered_map stream_headers_for_url; // See below. for (const StreamProto &stream : loaded_state.streams()) { if (all_urls.count(stream.url()) == 0) { // Delete the stream backlogs.