diff options
Diffstat (limited to 'butl/win32-utility.cxx')
-rw-r--r-- | butl/win32-utility.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/butl/win32-utility.cxx b/butl/win32-utility.cxx index cf44d4d..a92d7e4 100644 --- a/butl/win32-utility.cxx +++ b/butl/win32-utility.cxx @@ -4,6 +4,9 @@ #include <butl/win32-utility> +// Note that while we exclude it from the buildfile-based builds, we still +// need these guards for build2 bootstrap. +// #ifdef _WIN32 #include <memory> // unique_ptr |