From 9cfe3c60160f537c74f14b8f269aca58ae77ce45 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Thu, 15 Dec 2022 17:07:22 -0700 Subject: [PATCH] Add more missing headers --- src/BaseException.cpp | 1 + src/slic3r/GUI/fts_fuzzy_match.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/BaseException.cpp b/src/BaseException.cpp index 31d868400..7d69b0e58 100644 --- a/src/BaseException.cpp +++ b/src/BaseException.cpp @@ -3,6 +3,7 @@ #include #include #include +#include #include #include #include diff --git a/src/slic3r/GUI/fts_fuzzy_match.h b/src/slic3r/GUI/fts_fuzzy_match.h index 379fd9c74..c20960e37 100644 --- a/src/slic3r/GUI/fts_fuzzy_match.h +++ b/src/slic3r/GUI/fts_fuzzy_match.h @@ -33,6 +33,7 @@ #include // uint8_t #include // ::tolower, ::toupper +#include // ::towlower #include // memcpy #include