Fix the include path in MainTranspile.cpp.
This commit is contained in:
parent
67ad3095dd
commit
1b3c135b03
|
@ -20,7 +20,7 @@ pair<LANGUAGE, bool> validLanguage(const string& it) {
|
|||
}
|
||||
return pair<LANGUAGE, bool>(selected, valid);
|
||||
}
|
||||
#include "src/headers/parsing/ParseComponents.hpp"
|
||||
#include "../headers/parsing/ParseComponents.hpp"
|
||||
|
||||
string transpile(ParseTree tree, string language)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue