Skip to content
Snippets Groups Projects
Commit 94c38ad5 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

algo: fix includes

parent a9d4767d
No related branches found
No related tags found
1 merge request!206Merge jt
#pragma once #pragma once
   
#include <alib/vector> #include <alib/vector>
#include <alib/tuple>
#include <string/LinearString.h> #include <string/LinearString.h>
   
namespace string { namespace string {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <alib/vector> #include <alib/vector>
#include <queue> #include <queue>
#include <stdexcept> #include <stdexcept>
#include <functional> #include <alib/functional>
   
#include <common/ReconstructPath.hpp> #include <common/ReconstructPath.hpp>
#include <common/SupportFunction.hpp> #include <common/SupportFunction.hpp>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include <alib/map> #include <alib/map>
#include <queue> #include <queue>
#include <stdexcept> #include <stdexcept>
#include <functional> #include <alib/functional>
   
#include <common/ReconstructPath.hpp> #include <common/ReconstructPath.hpp>
#include <common/SupportFunction.hpp> #include <common/SupportFunction.hpp>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
   
#pragma once #pragma once
   
#include <functional> #include <alib/functional>
#include <alib/map> #include <alib/map>
#include <alib/set> #include <alib/set>
#include <limits> #include <limits>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <alib/vector> #include <alib/vector>
#include <queue> #include <queue>
#include <stdexcept> #include <stdexcept>
#include <functional> #include <alib/functional>
#include <algorithm> #include <algorithm>
   
#include <common/ReconstructPath.hpp> #include <common/ReconstructPath.hpp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment