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

fixes in algorithms

parent a0b07a80
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
#include "NormalizeRotation.h" #include "NormalizeRotation.h"
#include <exception/AlibException.h> #include <exception/AlibException.h>
   
#include <string/Epsilon.h>
#include <string/LinearString.h>
#include <string/CyclicString.h>
namespace string { namespace string {
   
namespace simplify { namespace simplify {
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
#ifndef _NORMALIZE_ROTATION_H__ #ifndef _NORMALIZE_ROTATION_H__
#define _NORMALIZE_ROTATION_H__ #define _NORMALIZE_ROTATION_H__
   
#include <string/CyclicString.h>
#include <string/String.h> #include <string/String.h>
   
namespace string { namespace string {
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
   
#include <string/String.h> #include <string/String.h>
   
#include <set>
#include <map> #include <map>
   
namespace stringology { namespace stringology {
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#define _BOYER_MOORE_HORSPOOL_H #define _BOYER_MOORE_HORSPOOL_H
   
#include <string/String.h> #include <string/String.h>
#include <set>
   
namespace stringology { namespace stringology {
   
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#define _EXACT_MATCH_H__ #define _EXACT_MATCH_H__
   
#include <string/String.h> #include <string/String.h>
#include <set>
   
namespace stringology { namespace stringology {
   
......
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