Skip to content
Snippets Groups Projects
Commit db4bec52 authored by Sandipan Mohanty's avatar Sandipan Mohanty
Browse files

Add missing include for span in TSP-pstl

parent 0079eb58
Branches
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ module;
#include <numeric>
#include <algorithm>
#include <iostream>
#include <span>
export module TSP:Itinerary;
import :Cities;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment