[PATCH] Fix compilation problems

Richard Guenther rguenth at tat.physik.uni-tuebingen.de
Tue Jan 6 14:07:50 UTC 2004


Hi!

I applied the patch below as obvious which restores compilation.

Richard.


2004Jan06  Richard Guenther <richard.guenther at uni-tuebingen.de>

	* src/Tulip/PatchSizeSyncer.cmpl.cpp: fix missing #include.

Index: PatchSizeSyncer.cmpl.cpp
===================================================================
RCS file: /home/pooma/Repository/r2/src/Tulip/PatchSizeSyncer.cmpl.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -u -r1.7 -r1.8
--- PatchSizeSyncer.cmpl.cpp	25 Dec 2003 11:26:35 -0000	1.7
+++ PatchSizeSyncer.cmpl.cpp	6 Jan 2004 14:03:25 -0000	1.8
@@ -34,7 +34,9 @@
 // Includes:
 //-----------------------------------------------------------------------------

+#include "Pooma/Configuration.h"
 #include "Tulip/Messaging.h"
+#include "Pooma/Pooma.h"
 #include "Tulip/PatchSizeSyncer.h"
 #include "Tulip/RemoteProxy.h"
 #include "Tulip/CollectFromContexts.h"



More information about the pooma-dev mailing list