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

make str library compile

parent 72c54aba
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
#define SYMBOL_TO_STRING_COMPOSER_H_
 
#include <ostream>
#include <common/multipleDispatch.hpp>
#include <core/multipleDispatch.hpp>
#include "alphabet/Symbol.h"
#include "alphabet/SymbolFeatures.h"
 
......
......@@ -9,7 +9,7 @@
#define AUTOMATON_TO_STRING_COMPOSER_H_
 
#include <ostream>
#include <common/multipleDispatch.hpp>
#include <core/multipleDispatch.hpp>
#include "automaton/Automaton.h"
#include "automaton/AutomatonFeatures.h"
 
......
......@@ -2,7 +2,7 @@
#define GRAMMAR_TO_STRING_COMPOSER_H_
 
#include <ostream>
#include <common/multipleDispatch.hpp>
#include <core/multipleDispatch.hpp>
#include "grammar/Grammar.h"
#include "grammar/GrammarFeatures.h"
 
......
......@@ -9,7 +9,7 @@
#define GRAPH_TO_STRING_COMPOSER_H_
 
#include <set>
#include <common/multipleDispatch.hpp>
#include <core/multipleDispatch.hpp>
#include "graph/Graph.h"
#include "graph/GraphFeatures.h"
#include "graph/GraphRepresentation.h"
......
......@@ -9,7 +9,7 @@
#define LABEL_TO_STRING_COMPOSER_H_
 
#include <ostream>
#include <common/multipleDispatch.hpp>
#include <core/multipleDispatch.hpp>
#include "label/Label.h"
#include "label/LabelFeatures.h"
 
......
......@@ -9,7 +9,7 @@
#define PRIMITIVE_TO_STRING_COMPOSER_H_
 
#include <ostream>
#include <common/multipleDispatch.hpp>
#include <core/multipleDispatch.hpp>
#include "primitive/Primitive.h"
#include "primitive/PrimitiveFeatures.h"
 
......
......@@ -9,7 +9,7 @@
#define REX_EXP_TO_STRING_COMPOSER_H_
 
#include <string>
#include <common/multipleDispatch.hpp>
#include <core/multipleDispatch.hpp>
#include "regexp/RegExp.h"
#include "regexp/unbounded/UnboundedRegExpElement.h"
#include "regexp/formal/FormalRegExpElement.h"
......
......@@ -9,7 +9,7 @@
#define STRING_TO_STRING_COMPOSER_H_
 
#include <ostream>
#include <common/multipleDispatch.hpp>
#include <core/multipleDispatch.hpp>
#include "string/String.h"
#include "string/StringFeatures.h"
 
......
......@@ -9,7 +9,7 @@
#define TREE_TO_STRING_COMPOSER_H_
 
#include <ostream>
#include <common/multipleDispatch.hpp>
#include <core/multipleDispatch.hpp>
#include "tree/Tree.h"
#include "tree/TreeFeatures.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