aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/facade/SDLFontContext.cpp
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-16 18:28:56 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-16 18:28:56 +0100
commit7f7f1237532b4318361e69349cc38f34fe981803 (patch)
treec37a06a5d7ad8a99e3185a2b9c7e8ec776f31d9d /src/crepe/facade/SDLFontContext.cpp
parent1c201e9bd0c1017386c8eb6bd97cd638d84ff1ab (diff)
headers to c file change
Diffstat (limited to 'src/crepe/facade/SDLFontContext.cpp')
-rw-r--r--src/crepe/facade/SDLFontContext.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crepe/facade/SDLFontContext.cpp b/src/crepe/facade/SDLFontContext.cpp
index e0b9a89..45d70cb 100644
--- a/src/crepe/facade/SDLFontContext.cpp
+++ b/src/crepe/facade/SDLFontContext.cpp
@@ -1,4 +1,6 @@
#include <stdexcept>
+#include <SDL2/SDL_ttf.h>
+#include <fontconfig/fontconfig.h>
#include "SDLFontContext.h"