Commit b5ca1dc7 by Peter Schmid Committed by Loren J. Rittle

* g++.old-deja/g++.robertl/eb130.C: Include the correct header file.

From-SVN: r44059
parent 55105156
2001-07-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
* g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> 2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
......
...@@ -6,6 +6,6 @@ ...@@ -6,6 +6,6 @@
// From: Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de> // From: Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
#include <hash_set> #include <ext/hash_set>
std::hash_set<int> foo; std::hash_set<int> foo;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment