From 17731af5af70662b43cfa517089e31c835d22f75 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (l)" <j.wuttke@fz-juelich.de> Date: Mon, 8 Nov 2021 07:22:22 +0100 Subject: [PATCH] corr relative include path --- GUI/View/Common/ItemViewOverlayButtons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/View/Common/ItemViewOverlayButtons.cpp b/GUI/View/Common/ItemViewOverlayButtons.cpp index 08a8c5f1ada..93348953b21 100644 --- a/GUI/View/Common/ItemViewOverlayButtons.cpp +++ b/GUI/View/Common/ItemViewOverlayButtons.cpp @@ -12,7 +12,7 @@ // // ************************************************************************************************ -#include "ItemViewOverlayButtons.h" +#include "GUI/View/Common/ItemViewOverlayButtons.h" #include <QAbstractItemView> #include <QAction> #include <QApplication> -- GitLab