diff options
author | crupest <crupest@outlook.com> | 2022-01-18 22:40:39 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-18 22:40:39 +0800 |
commit | bc37fdb4b746ce0f5f5c49ad9779464acb488284 (patch) | |
tree | 53aa5b98ebba25016be1ec74a2ff161a70de4762 /src/win | |
parent | d28248cc4ccb1a1d81f0d82b8317767f4e2bff44 (diff) | |
download | cru-bc37fdb4b746ce0f5f5c49ad9779464acb488284.tar.gz cru-bc37fdb4b746ce0f5f5c49ad9779464acb488284.tar.bz2 cru-bc37fdb4b746ce0f5f5c49ad9779464acb488284.zip |
...
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" |