adjusted new include paths

This commit is contained in:
vegowotenks 2024-10-01 11:07:46 +02:00
parent 3b142cf066
commit 85192bb4c1
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#ifndef FLUP_TOKENIZER_H
#define FLUP_TOKENIZER_H
#include "../include/utilitiec/StringView/StringView.h"
#include "../submodules/utilitiec/src/StringView/StringView.h"
#include <stdint.h>
enum TokenType {