Patch LuxConnection.h: Add Two Inclusion Lines
Jeffrey Oldham
oldham at codesourcery.com
Thu May 24 17:39:09 UTC 2001
When trying to compile testcases in src/Connect/Lux/tests, gcc 3.0
complained that some types were unavailable. I fixed the problem by
adding two #include lines.
2001 May 24 Jeffrey D. Oldham <oldham at codesourcery.com>
* LuxConnection.h: Add two inclusion preprocessor lines.
Tested on sequential Linux using gcc 3.0 by compiling the test cases
Approved by Stephen Smith
Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com
-------------- next part --------------
Index: LuxConnection.h
===================================================================
RCS file: /home/pooma/Repository/r2/src/Connect/Lux/LuxConnection.h,v
retrieving revision 1.3
diff -c -p -r1.3 LuxConnection.h
*** LuxConnection.h 2000/03/07 13:16:18 1.3
--- LuxConnection.h 2001/05/23 17:55:43
***************
*** 50,55 ****
--- 50,57 ----
//-----------------------------------------------------------------------------
#include "Connect/Connection.h"
+ #include "Connect/ConnectPair.h"
+ #include "Connect/Connector.h"
#include "Connect/Lux/LuxAppPointer.h"
#include "Utilities/PAssert.h"
More information about the pooma-dev
mailing list