diff options
| -rw-r--r-- | zen/cmds/hash.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/zen/cmds/hash.cpp b/zen/cmds/hash.cpp index 7d234c2da..d9d137f61 100644 --- a/zen/cmds/hash.cpp +++ b/zen/cmds/hash.cpp @@ -7,7 +7,9 @@ #include <zencore/string.h> #include <zencore/timer.h> -#include <ppl.h> +#if ZEN_PLATFORM_WINDOWS +# include <ppl.h> +#endif namespace zen { |