From ae15ac704d5273139070e661b0e2fbda9b665a91 Mon Sep 17 00:00:00 2001 From: Horst Schirmeier Date: Fri, 10 Apr 2015 16:23:24 +0200 Subject: [PATCH] add missing headers This change adds some missing headers needed for compiling the PandaBoard variant, which seems to not have seen a compiler for a while. Change-Id: Ifb54abb4dc676fafc29ecbae97bafaa547fcfc80 --- src/core/sal/panda/PandaTimer.ah | 2 ++ src/core/util/MemoryMap.cc | 1 + 2 files changed, 3 insertions(+) diff --git a/src/core/sal/panda/PandaTimer.ah b/src/core/sal/panda/PandaTimer.ah index 28ac7e07..45c11cdc 100644 --- a/src/core/sal/panda/PandaTimer.ah +++ b/src/core/sal/panda/PandaTimer.ah @@ -6,6 +6,8 @@ #if defined(BUILD_PANDA) +#include + #include "../../../debuggers/openocd/openocd_wrapper.hpp" #include "PandaListener.hpp" diff --git a/src/core/util/MemoryMap.cc b/src/core/util/MemoryMap.cc index b0155e9d..875a6ff0 100644 --- a/src/core/util/MemoryMap.cc +++ b/src/core/util/MemoryMap.cc @@ -2,6 +2,7 @@ #include #include #include +#include #include "MemoryMap.hpp"