From a4e25b86736b6c777ee644c89ec6699c2b545fee Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Sun, 16 Dec 2018 12:27:08 +0100 Subject: [PATCH] [SHELLBTRFS] Oops, that local change got dropped... CORE-15452 --- dll/shellext/shellbtrfs/send.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dll/shellext/shellbtrfs/send.h b/dll/shellext/shellbtrfs/send.h index 7940c4f19f0..7735c61b135 100644 --- a/dll/shellext/shellbtrfs/send.h +++ b/dll/shellext/shellbtrfs/send.h @@ -19,6 +19,7 @@ #ifdef __REACTOS__ #include "btrfs.h" +#include #else #include "../btrfs.h" #endif