From 25b8cc0a42125520bc8c153c8191441d37d0b662 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Wed, 7 Sep 2016 17:36:20 +0200 Subject: [PATCH] core/smartattribute.h must be included in smartstatus.h for deep copy. --- src/core/smartstatus.cpp | 1 - src/core/smartstatus.h | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/core/smartstatus.cpp b/src/core/smartstatus.cpp index b2a44a0..4e121c4 100644 --- a/src/core/smartstatus.cpp +++ b/src/core/smartstatus.cpp @@ -17,7 +17,6 @@ *************************************************************************/ #include "core/smartstatus.h" -#include "core/smartattribute.h" #include diff --git a/src/core/smartstatus.h b/src/core/smartstatus.h index e6d5daf..7913328 100644 --- a/src/core/smartstatus.h +++ b/src/core/smartstatus.h @@ -20,13 +20,12 @@ #define SMARTSTATUS__H #include "util/libpartitionmanagerexport.h" +#include "core/smartattribute.h" #include #include #include -class SmartAttribute; - struct SkSmartAttributeParsedData; struct SkDisk;