diff options
author | crupest <crupest@outlook.com> | 2020-03-18 22:37:41 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-18 22:37:41 +0800 |
commit | 477155d6fccc8eafadb6d7f4c468c9141d7d4e92 (patch) | |
tree | 0fe935c8f699a1c42c8750a39b6ca70d31f941a0 /src/win/native | |
parent | 068714c0f2fe7ab003462e5483f9944b0bf2f8e0 (diff) | |
download | cru-477155d6fccc8eafadb6d7f4c468c9141d7d4e92.tar.gz cru-477155d6fccc8eafadb6d7f4c468c9141d7d4e92.tar.bz2 cru-477155d6fccc8eafadb6d7f4c468c9141d7d4e92.zip |
...
Diffstat (limited to 'src/win/native')
-rw-r--r-- | src/win/native/dpi_util.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win/native/dpi_util.hpp b/src/win/native/dpi_util.hpp index 0ebcd7e2..d8c5610c 100644 --- a/src/win/native/dpi_util.hpp +++ b/src/win/native/dpi_util.hpp @@ -1,5 +1,5 @@ #pragma once -#include "cru/platform/native/basic_types.hpp" +#include "cru/platform/native/base.hpp" // The dpi awareness needs to be implemented in the future. Currently we use 96 // as default. |