diff options
| author | Martin Ridgers <[email protected]> | 2021-10-13 11:08:10 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-10-13 11:08:10 +0200 |
| commit | 834c5cda13316ee19ff7088138971f6f716f6b8b (patch) | |
| tree | 0aa8f6077f3db70a907b253b15eaaeae35fe4c4b /zenstore/basicfile.cpp | |
| parent | Replaced use of DWORD with uint32_t (diff) | |
| download | zen-834c5cda13316ee19ff7088138971f6f716f6b8b.tar.xz zen-834c5cda13316ee19ff7088138971f6f716f6b8b.zip | |
Moved zencore/windows.h include from basicfile.h to basicfile.cpp
Diffstat (limited to 'zenstore/basicfile.cpp')
| -rw-r--r-- | zenstore/basicfile.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zenstore/basicfile.cpp b/zenstore/basicfile.cpp index cfc77e2a5..e2fe68c4d 100644 --- a/zenstore/basicfile.cpp +++ b/zenstore/basicfile.cpp @@ -8,6 +8,10 @@ #include <zencore/testing.h> #include <zencore/testutils.h> +#if ZEN_PLATFORM_WINDOWS +# include <zencore/windows.h> +#endif + #include <fmt/format.h> #include <gsl/gsl-lite.hpp> |