diff options
author | 杨宇千 <crupest@outlook.com> | 2018-11-27 21:12:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-27 21:12:10 +0800 |
commit | ee22597122612cd75fe62f5d808cb51478373fad (patch) | |
tree | 19b39da16f155451d5817e82e045d69d7410acbe /src/system_headers.hpp | |
parent | 30333294fcd5917a9f3572f0c4c6dfc2ec429a3c (diff) | |
parent | 5b770e3bf0f3f9e22454d9e092630b22f5916ebe (diff) | |
download | cru-ee22597122612cd75fe62f5d808cb51478373fad.tar.gz cru-ee22597122612cd75fe62f5d808cb51478373fad.tar.bz2 cru-ee22597122612cd75fe62f5d808cb51478373fad.zip |
Merge pull request #26 from crupest/3-scrollview
Develop scrollview.
Diffstat (limited to 'src/system_headers.hpp')
-rw-r--r-- | src/system_headers.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/system_headers.hpp b/src/system_headers.hpp index 99c091e1..eabc7c25 100644 --- a/src/system_headers.hpp +++ b/src/system_headers.hpp @@ -1,5 +1,7 @@ #pragma once +// ReSharper disable once CppUnusedIncludeDirective +#include "pre.hpp" //include system headers @@ -19,3 +21,5 @@ #include <dxgi1_2.h> #include <wrl/client.h> + +#include <VersionHelpers.h> |