Declare class DwarfDebug before use instead of relying on a forward declaration

from some other unrelated header.

Patch by Kai.

llvm-svn: 170284
This commit is contained in:
Dmitri Gribenko 2012-12-16 12:57:36 +00:00
parent 7730cf0b62
commit 2943ce80f3
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class DIEAbbrev;
class DIE;
class DIEBlock;
class DIEEntry;
class DwarfDebug;
//===----------------------------------------------------------------------===//
/// \brief This class is used to record source line correspondence.