[llvm-commits] [test-suite] r53839 - /test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/employ/employee.h

Nick Lewycky nicholas at mxc.ca
Sun Jul 20 23:02:06 PDT 2008


Author: nicholas
Date: Mon Jul 21 01:02:06 2008
New Revision: 53839

URL: http://llvm.org/viewvc/llvm-project?rev=53839&view=rev
Log:
Add <cstring> needed for strcpy under gcc 4.3.

Modified:
    test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/employ/employee.h

Modified: test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/employ/employee.h
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Prolangs-C%2B%2B/employ/employee.h?rev=53839&r1=53838&r2=53839&view=diff

==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/employ/employee.h (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Prolangs-C++/employ/employee.h Mon Jul 21 01:02:06 2008
@@ -36,6 +36,7 @@
 #ifndef _EMPLOYEE_H
 #define _EMPLOYEE_H
 
+#include <cstring>
 #include <iostream>
 #include <iomanip>
 using namespace std;





More information about the llvm-commits mailing list