RFA: src/Connect/Lux/LuxConnection.h: Add two preprocessor inclusions.

Jeffrey Oldham oldham at codesourcery.com
Wed May 23 18:02:54 UTC 2001


OK to commit?

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.  Would someone plese confirm this is the
file where the two lines should be added?

2001 May 23  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	???you ???

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