Skip to content
Snippets Groups Projects
Commit 0be50a9e authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

alib2data: Fix build (missing includes)

parent f100b91b
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include <sstream> #include <sstream>
#include <algorithm> #include <algorithm>
#include <typeinfo> #include <typeinfo>
#include <tuple>
   
#include "LinearString.h" #include "LinearString.h"
#include "Epsilon.h" #include "Epsilon.h"
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include <sstream> #include <sstream>
#include <algorithm> #include <algorithm>
#include <typeinfo> #include <typeinfo>
#include <tuple>
   
#include "CyclicString.h" #include "CyclicString.h"
#include "Epsilon.h" #include "Epsilon.h"
......
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