From 89a43b8447d148b65dc68b8260610514610c90ec Mon Sep 17 00:00:00 2001 From: LittleWhite Date: Sun, 20 Mar 2016 13:55:08 +0100 Subject: [PATCH] Fix missing header --- src/core/gdbstub/gdbstub.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/gdbstub/gdbstub.h b/src/core/gdbstub/gdbstub.h index aff705a32..4f21da23b 100644 --- a/src/core/gdbstub/gdbstub.h +++ b/src/core/gdbstub/gdbstub.h @@ -7,6 +7,8 @@ #pragma once #include +#include "common/common_types.h" + namespace GDBStub { /// Breakpoint Method