From 8b4627ffe9ba2acdc8f7f766d3b1278d776c9dcb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Tue, 31 Aug 2004 12:30:59 +0000 Subject: [PATCH] fixed #include events_parse.h --- org.glite.lb.common/test/parse.cpp.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.common/test/parse.cpp.T b/org.glite.lb.common/test/parse.cpp.T index 0b7802e..0cb918d 100644 --- a/org.glite.lb.common/test/parse.cpp.T +++ b/org.glite.lb.common/test/parse.cpp.T @@ -7,7 +7,7 @@ #include -#include +#include "events_parse.h" class EventParseTest: public CppUnit::TestFixture { -- 1.8.2.3