diff options
| author | Martin Ridgers <[email protected]> | 2021-10-29 15:04:50 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-10-29 15:49:27 +0200 |
| commit | 4926ba7c4d7291e5d8f873e69f39e6e5840f48b0 (patch) | |
| tree | c9b3865d80dd17392e4ce513b1e4588ac41f6237 /zenserver/compute/apply.cpp | |
| parent | GCC doesn't like whitespace after a \ in a raw string literal (diff) | |
| download | zen-4926ba7c4d7291e5d8f873e69f39e6e5840f48b0.tar.xz zen-4926ba7c4d7291e5d8f873e69f39e6e5840f48b0.zip | |
Fixed up Windows-specific include statements
Diffstat (limited to 'zenserver/compute/apply.cpp')
| -rw-r--r-- | zenserver/compute/apply.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/compute/apply.cpp b/zenserver/compute/apply.cpp index 053c262c2..b64a65f14 100644 --- a/zenserver/compute/apply.cpp +++ b/zenserver/compute/apply.cpp @@ -12,11 +12,11 @@ #include <zencore/iobuffer.h> #include <zencore/iohash.h> #include <zencore/scopeguard.h> -#include <zencore/windows.h> #include <zenstore/CAS.h> #include <zenstore/cidstore.h> #if ZEN_PLATFORM_WINDOWS +# include <zencore/windows.h> ZEN_THIRD_PARTY_INCLUDES_START # include <AccCtrl.h> # include <AclAPI.h> |