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