From ac325ce61a1d08389a0dfd7ae73b88c3d15cace5 Mon Sep 17 00:00:00 2001 From: polaris- Date: Thu, 22 Oct 2015 00:31:49 -0400 Subject: [PATCH] Add some headers so TravisCI will hopefully work --- src/core/gdbstub/gdbstub.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/gdbstub/gdbstub.cpp b/src/core/gdbstub/gdbstub.cpp index b226b431a5..5568df21b2 100644 --- a/src/core/gdbstub/gdbstub.cpp +++ b/src/core/gdbstub/gdbstub.cpp @@ -4,11 +4,13 @@ // Originally written by Sven Peter for anergistic. +#include #include #include #include #include #include +#include #include #include