From e4400b131523eccc216ae61bb78b7de3677c3f7e Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Sat, 2 Jul 2005 17:27:00 +0000 Subject: [PATCH] * add missing include file This commit was SVN r6308. --- ompi/mca/topo/topo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ompi/mca/topo/topo.h b/ompi/mca/topo/topo.h index 6b8d9ee637..64ac66347b 100644 --- a/ompi/mca/topo/topo.h +++ b/ompi/mca/topo/topo.h @@ -22,6 +22,7 @@ #include "mpi.h" #include "mca/mca.h" #include "mca/base/base.h" +#include "proc/proc.h" /* * ******************************************************************