[llvm-commits] [TV] r79381 - in /television/trunk: lib/Snapshot/FileUtils.cpp tools/llvm-tv/GraphPrinters.cpp

Dan Gohman gohman at apple.com
Tue Aug 18 16:39:52 PDT 2009


Author: djg
Date: Tue Aug 18 18:39:52 2009
New Revision: 79381

URL: http://llvm.org/viewvc/llvm-project?rev=79381&view=rev
Log:
Add missing #includes.

Modified:
    television/trunk/lib/Snapshot/FileUtils.cpp
    television/trunk/tools/llvm-tv/GraphPrinters.cpp

Modified: television/trunk/lib/Snapshot/FileUtils.cpp
URL: http://llvm.org/viewvc/llvm-project/television/trunk/lib/Snapshot/FileUtils.cpp?rev=79381&r1=79380&r2=79381&view=diff

==============================================================================
--- television/trunk/lib/Snapshot/FileUtils.cpp (original)
+++ television/trunk/lib/Snapshot/FileUtils.cpp Tue Aug 18 18:39:52 2009
@@ -16,6 +16,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <dirent.h>
+#include <stdlib.h>
 
 /// Returns the number of entries in the directory named PATH.
 ///

Modified: television/trunk/tools/llvm-tv/GraphPrinters.cpp
URL: http://llvm.org/viewvc/llvm-project/television/trunk/tools/llvm-tv/GraphPrinters.cpp?rev=79381&r1=79380&r2=79381&view=diff

==============================================================================
--- television/trunk/tools/llvm-tv/GraphPrinters.cpp (original)
+++ television/trunk/tools/llvm-tv/GraphPrinters.cpp Tue Aug 18 18:39:52 2009
@@ -23,6 +23,7 @@
 #include "llvm/Support/GraphWriter.h"
 #include "llvm/Support/raw_ostream.h"
 #include <fstream>
+#include <iostream>
 using namespace llvm;
 
 template<typename GraphType>





More information about the llvm-commits mailing list