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
This commit is contained in:
Horst Schirmeier
2015-04-10 16:23:24 +02:00
parent 96fae94b1f
commit ae15ac704d
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,8 @@
#if defined(BUILD_PANDA)
#include <assert.h>
#include "../../../debuggers/openocd/openocd_wrapper.hpp"
#include "PandaListener.hpp"

View File

@ -2,6 +2,7 @@
#include <string>
#include <sstream>
#include <cassert>
#include <stdlib.h>
#include "MemoryMap.hpp"