From 03c5d11572f09d180d56fd13802cead69717c389 Mon Sep 17 00:00:00 2001 From: "M. Liebmann" Date: Tue, 14 Mar 2017 00:01:38 +0100 Subject: [PATCH] src/gui/widget/buttons.cpp: Use system/stacktrace.h ... ... instead of driver/stacktrace --- src/gui/widget/buttons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/widget/buttons.cpp b/src/gui/widget/buttons.cpp index 1c5049e6a..9f483bd8c 100644 --- a/src/gui/widget/buttons.cpp +++ b/src/gui/widget/buttons.cpp @@ -29,7 +29,7 @@ #include #include -#include +#include #include