summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fontdetection.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fontdetection.cpp b/src/fontdetection.cpp
index 1e2373fb6..3f371fe22 100644
--- a/src/fontdetection.cpp
+++ b/src/fontdetection.cpp
@@ -27,6 +27,8 @@ extern FT_Library _library;
* ======================================================================================== */
#ifdef WIN32
+#include "core/alloc_func.hpp"
+#include "core/math_func.hpp"
#include <windows.h>
#include <shlobj.h> /* SHGetFolderPath */
#include "os/windows/win32.h"