Revert "Remove some unnecessary includes."

Turns out this explodes on Linux.

This reverts commit c4696568cc.
This commit is contained in:
Lioncash
2013-10-14 04:05:38 -04:00
parent c4696568cc
commit f3af8ee0f0
4 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define _DEBUGINTERFACE_H
#include <string>
#include <string.h>
class DebugInterface
{