freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch: Fix Compilation of Messaging.cmpl.cpp


From: Jeffrey D. Oldham
Subject: Patch: Fix Compilation of Messaging.cmpl.cpp
Date: Tue, 06 Jan 2004 14:50:46 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

The attached patch, approved by Richard Guenther, ensures src/Tulip/Messaging.cmpl.cpp can be compiled. The source code uses 'Pooma::context', so 'Pooma::Pooma.h' must be included. Tested under LINUX gcc and G++ 3.4.

2004-01-06  Jeffrey D. Oldham  <address@hidden>

        * Messaging.cmpl.cpp: Include "Pooma.h" so "Pooma::context" is
        declared.

--
Jeffrey D. Oldham
address@hidden
? LINUXgcc
? msg.06Jan.13.9.patch
? tests/LINUXgcc
Index: Messaging.cmpl.cpp
===================================================================
RCS file: /home/pooma/Repository/r2/src/Tulip/Messaging.cmpl.cpp,v
retrieving revision 1.8
diff -c -p -r1.8 Messaging.cmpl.cpp
*** Messaging.cmpl.cpp  2 Jan 2004 11:53:14 -0000       1.8
--- Messaging.cmpl.cpp  6 Jan 2004 21:52:35 -0000
***************
*** 32,37 ****
--- 32,38 ----
  
  // include files
  
+ #include "Pooma/Pooma.h"
  #include "Tulip/Messaging.h"
  
  #include "Tulip/CollectFromContexts.h"

reply via email to

[Prev in Thread] Current Thread [Next in Thread]