From 3e9f2460f780e651752cf98259faa5c259ceb35d Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 15 Jul 2021 17:01:25 +0200 Subject: [PATCH] Fix Windows build --- btrfs/fuse/nt/windef.h | 1 + 1 file changed, 1 insertion(+) diff --git a/btrfs/fuse/nt/windef.h b/btrfs/fuse/nt/windef.h index 11f2f962..2e2a4df4 100644 --- a/btrfs/fuse/nt/windef.h +++ b/btrfs/fuse/nt/windef.h @@ -3,6 +3,7 @@ #ifdef _WIN32 #include #include +#include #endif #include