diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-24 09:49:49 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-24 09:49:49 +0100 |
commit | b9051627db1741fe373c08ab43170c257625073f (patch) | |
tree | 06c5c4a95192048738e7f3c5fa2bb4666e754f36 /src/crepe/api/Text.cpp | |
parent | a5f8b34f4701863901e89abe5b0b604fd9e553b2 (diff) |
feedback
Diffstat (limited to 'src/crepe/api/Text.cpp')
-rw-r--r-- | src/crepe/api/Text.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/crepe/api/Text.cpp b/src/crepe/api/Text.cpp index 29e36f1..e5b623d 100644 --- a/src/crepe/api/Text.cpp +++ b/src/crepe/api/Text.cpp @@ -1,5 +1,6 @@ +#include "../types.h" + #include "Text.h" -#include "types.h" using namespace crepe; |