From cabd910b57fc5abf858ed374cedcffa2c86dae42 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 2 Feb 2010 00:19:26 +0000 Subject: [PATCH] debian5 gcc fixes --- org.glite.lb.server/test/test_query_events.cpp | 2 ++ org.glite.lb.server/test/test_soap_conv.cpp | 2 ++ org.glite.lb.server/test/test_xml.cpp.T | 2 ++ 3 files changed, 6 insertions(+) diff --git a/org.glite.lb.server/test/test_query_events.cpp b/org.glite.lb.server/test/test_query_events.cpp index 5224281..e16464c 100644 --- a/org.glite.lb.server/test/test_query_events.cpp +++ b/org.glite.lb.server/test/test_query_events.cpp @@ -1,4 +1,6 @@ #include +#include +#include #include #include diff --git a/org.glite.lb.server/test/test_soap_conv.cpp b/org.glite.lb.server/test/test_soap_conv.cpp index c5f4337..e72add1 100644 --- a/org.glite.lb.server/test/test_soap_conv.cpp +++ b/org.glite.lb.server/test/test_soap_conv.cpp @@ -1,4 +1,6 @@ #include +#include +#include #include #include diff --git a/org.glite.lb.server/test/test_xml.cpp.T b/org.glite.lb.server/test/test_xml.cpp.T index b4c5d00..b80f7c2 100644 --- a/org.glite.lb.server/test/test_xml.cpp.T +++ b/org.glite.lb.server/test/test_xml.cpp.T @@ -1,4 +1,6 @@ #include +#include +#include #include #include -- 1.8.2.3