Parse the %*# constraint modifiers
[oota-llvm.git] / lib / Debugger / SourceFile.cpp
index 8e40c8815d26b17ad2dfc7ca6634205906999203..222cdfa26aaa3e2df6098df71076a7e847e9dfde 100644 (file)
@@ -1,20 +1,22 @@
 //===-- SourceFile.cpp - SourceFile implementation for the debugger -------===//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by the LLVM research group and is distributed under
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
-// 
+//
 //===----------------------------------------------------------------------===//
-// 
+//
 // This file implements the SourceFile class for the LLVM debugger.
 //
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Debugger/SourceFile.h"
+#include <cassert>
+
 using namespace llvm;
 
-/// readFile - Load Filename 
+/// readFile - Load Filename
 ///
 void SourceFile::readFile() {
   File.map();