fix missing include

Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
Folling 2024-01-13 16:04:03 +01:00 committed by Folling
parent 9b0652910a
commit 3c250702b9
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
/// \file project.h
/// \author Folling <folling@ikarus.world>
#include <ikarus/errors.h>
#include <ikarus/macros.h>
#include <ikarus/stdtypes.h>