From 215ca536d023182c76701ae78ea806cb3268f148 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Sun, 16 May 2021 09:24:43 -0400 Subject: [PATCH] Fix Mac Pasteboard header location --- src/core/MacPasteboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/MacPasteboard.h b/src/core/MacPasteboard.h index f2a71e73f..503741ca8 100644 --- a/src/core/MacPasteboard.h +++ b/src/core/MacPasteboard.h @@ -18,9 +18,9 @@ #ifndef KEEPASSXC_MACPASTEBOARD_H #define KEEPASSXC_MACPASTEBOARD_H -#include #include #include +#include class MacPasteboard : public QObject, public QMacPasteboardMime {