1
1

Include the missing thread header, which is needed when build with --enable-progress-thread.

This commit was SVN r22239.
Этот коммит содержится в:
Shiqing Fan 2009-11-27 14:49:24 +00:00
родитель f1c55df65c
Коммит 7cf427c39b
4 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -38,6 +38,7 @@
#include "opal/class/opal_hash_table.h" #include "opal/class/opal_hash_table.h"
#include "opal/util/output.h" #include "opal/util/output.h"
#include "opal/event/event.h" #include "opal/event/event.h"
#include "opal/threads/threads.h"
#include "ompi/mca/btl/btl.h" #include "ompi/mca/btl/btl.h"
#include "ompi/mca/mpool/mpool.h" #include "ompi/mca/mpool/mpool.h"
#include "ompi/mca/btl/base/btl_base_error.h" #include "ompi/mca/btl/base/btl_base_error.h"

Просмотреть файл

@ -41,6 +41,7 @@
#include "opal/class/opal_free_list.h" #include "opal/class/opal_free_list.h"
#include "ompi/class/ompi_free_list.h" #include "ompi/class/ompi_free_list.h"
#include "opal/event/event.h" #include "opal/event/event.h"
#include "opal/threads/threads.h"
#include "ompi/mca/btl/btl.h" #include "ompi/mca/btl/btl.h"
#include "ompi/mca/btl/base/base.h" #include "ompi/mca/btl/base/base.h"

Просмотреть файл

@ -23,6 +23,7 @@
#include "opal/class/opal_list.h" #include "opal/class/opal_list.h"
#include "opal/class/opal_free_list.h" #include "opal/class/opal_free_list.h"
#include "opal/class/opal_hash_table.h" #include "opal/class/opal_hash_table.h"
#include "opal/threads/threads.h"
#include "ompi/win/win.h" #include "ompi/win/win.h"
#include "ompi/communicator/communicator.h" #include "ompi/communicator/communicator.h"

Просмотреть файл

@ -23,6 +23,7 @@
#include "opal/class/opal_list.h" #include "opal/class/opal_list.h"
#include "opal/class/opal_free_list.h" #include "opal/class/opal_free_list.h"
#include "opal/class/opal_hash_table.h" #include "opal/class/opal_hash_table.h"
#include "opal/threads/threads.h"
#include "ompi/win/win.h" #include "ompi/win/win.h"
#include "ompi/communicator/communicator.h" #include "ompi/communicator/communicator.h"