diff options
| author | crupest <crupest@outlook.com> | 2022-01-18 23:31:10 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-01-18 23:31:10 +0800 |
| commit | bcd603a2f3f3e8525f15df1faa85ed1fcbe3a220 (patch) | |
| tree | a3671ff3871af16576eb8b20258d1699821880cf /src/win | |
| parent | dadfa6e184ff538763fd627c0d859ec85c047864 (diff) | |
| parent | 46ced88c30eeb5f84b7fe78a36d18428babe4fcf (diff) | |
| download | cru-bcd603a2f3f3e8525f15df1faa85ed1fcbe3a220.tar.gz cru-bcd603a2f3f3e8525f15df1faa85ed1fcbe3a220.tar.bz2 cru-bcd603a2f3f3e8525f15df1faa85ed1fcbe3a220.zip | |
Merge branch 'dev'
Diffstat (limited to 'src/win')
| -rw-r--r-- | src/win/Exception.cpp | 1 | ||||
| -rw-r--r-- | src/win/graphics/direct/Font.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/win/Exception.cpp b/src/win/Exception.cpp index 2664b092..fb46f184 100644 --- a/src/win/Exception.cpp +++ b/src/win/Exception.cpp @@ -1,4 +1,5 @@ #include "cru/win/Exception.hpp" +#include "cru/common/Format.hpp" #include <optional> diff --git a/src/win/graphics/direct/Font.cpp b/src/win/graphics/direct/Font.cpp index 413c998b..ffc16214 100644 --- a/src/win/graphics/direct/Font.cpp +++ b/src/win/graphics/direct/Font.cpp @@ -1,5 +1,6 @@ #include "cru/win/graphics/direct/Font.hpp" +#include "cru/common/Format.hpp" #include "cru/win/graphics/direct/Exception.hpp" #include "cru/win/graphics/direct/Factory.hpp" |
