From c844f6e030b98b1c9098c7b15ae7d7ff2c73b6d0 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Thu, 28 Mar 2013 20:54:33 -0400 Subject: [PATCH] Style fixes. --- src/apps/debugger/model/ReturnValueInfo.cpp | 1 + src/apps/debugger/model/ReturnValueInfo.h | 1 + 2 files changed, 2 insertions(+) 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"