From b3001cc22b054753e720699d00d20abe10c70e40 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 9 Jul 2021 21:46:55 +0200 Subject: [PATCH] Add missing #pragma once Oops. --- src/wine-host/xdnd-proxy.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wine-host/xdnd-proxy.h b/src/wine-host/xdnd-proxy.h index de19fe31..ece5d326 100644 --- a/src/wine-host/xdnd-proxy.h +++ b/src/wine-host/xdnd-proxy.h @@ -14,6 +14,8 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . +#pragma once + #include #include