aboutsummaryrefslogtreecommitdiff
path: root/src/core/gdbstub/gdbstub.cpp
diff options
context:
space:
mode:
authorpolaris- <nagatospam@gmail.com>2015-10-22 00:31:49 -0400
committerpolaris- <nagatospam@gmail.com>2015-10-22 00:31:49 -0400
commita7eb6a4045c2fa2b9b674ddc6c749c1cb7532b9d (patch)
tree4f1f588d79c2432a44ee8ee01f7278168cad1e7f /src/core/gdbstub/gdbstub.cpp
parent45ed9e7e5e9709ac6e27402a9000b13a30bc80bf (diff)
Add some headers so TravisCI will hopefully work
Diffstat (limited to 'src/core/gdbstub/gdbstub.cpp')
-rw-r--r--src/core/gdbstub/gdbstub.cpp2
1 files changed, 2 insertions, 0 deletions
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 <sven@fail0verflow.com> for anergistic.
+#include <algorithm>
#include <csignal>
#include <cstdarg>
#include <cstdio>
#include <cstring>
#include <fcntl.h>
+#include <limits.h>
#include <map>
#include <numeric>