include fix

This commit is contained in:
Timerix22 2023-11-19 22:42:53 +06:00
parent 91b5eef3dc
commit ab2f7b14a1
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#include <unistd.h>
#include "CompilationScenario.h"
#include "../kerep/src/Filesystem/filesystem.h"
#include "process/process.h"
#include "process/Process.h"
kt_define(Language, NULL, NULL);
kt_define(Tool, NULL, NULL);

View File

@ -2,7 +2,7 @@
#include "../kerep/src/Filesystem/filesystem.h"
#include "../kerep/src/DtsodParser/DtsodV24.h"
#include "CompilationScenario.h"
#include "process/process.h"
#include "process/Process.h"
#ifndef OS
#error undefined OS