Add missing import to debug.h

This commit is contained in:
OV2 2010-12-02 18:52:23 +01:00
parent f8fcdcbd72
commit 8774ddb4e3
1 changed files with 2 additions and 0 deletions

View File

@ -180,6 +180,8 @@
#ifndef _DEBUG_H_
#define _DEBUG_H_
#include <string>
struct SBreakPoint
{
bool8 Enabled;