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 671fc1ffdc
commit f5eebbb474
Signed by: folling
SSH key fingerprint: SHA256:S9qEx5WCFFLK49tE/LKnKuJYM5sw+++Dn6qJbbyxnCY
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>