diff --git a/src/apps/debugger/model/ReturnValueInfo.cpp b/src/apps/debugger/model/ReturnValueInfo.cpp index e44da3541f..3ae7bb27a0 100644 --- a/src/apps/debugger/model/ReturnValueInfo.cpp +++ b/src/apps/debugger/model/ReturnValueInfo.cpp @@ -3,6 +3,7 @@ * Distributed under the terms of the MIT License. */ + #include "ReturnValueInfo.h" #include "CpuState.h" diff --git a/src/apps/debugger/model/ReturnValueInfo.h b/src/apps/debugger/model/ReturnValueInfo.h index 693da13199..4cf5d9867f 100644 --- a/src/apps/debugger/model/ReturnValueInfo.h +++ b/src/apps/debugger/model/ReturnValueInfo.h @@ -5,6 +5,7 @@ #ifndef RETURN_VALUE_INFO_H #define RETURN_VALUE_INFO_H + #include "ObjectList.h" #include "Referenceable.h" #include "Types.h"