1
1

Keep the ompi_config.h in the begining of the include list. This fixes

the #365. I found another way around on Windows.

This commit was SVN r11989.
Этот коммит содержится в:
George Bosilca 2006-10-05 05:02:27 +00:00
родитель bf1d4ee259
Коммит 5fb0c63959
4 изменённых файлов: 8 добавлений и 8 удалений

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

@ -16,11 +16,11 @@
// $HEADER$
//
#include "ompi_config.h"
#include <iostream>
#include <string>
#include "ompi_config.h"
#include <stdlib.h>
#include <string.h>

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

@ -16,13 +16,13 @@
// $HEADER$
//
#include "ompi_config.h"
#include <iostream>
#include <string>
#include <utility>
#include <list>
#include "ompi_config.h"
#include <stdio.h>
#include <ctype.h>
#if HAVE_UNISTD_H

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

@ -16,11 +16,11 @@
// $HEADER$
//
#include "ompi_config.h"
#include <iostream>
#include <string>
#include "ompi_config.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif

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

@ -16,11 +16,11 @@
// $HEADER$
//
#include "ompi_config.h"
#include <iostream>
#include <string>
#include "ompi_config.h"
#include <stdio.h>
#include "opal/version.h"