include config.h

This commit is contained in:
kuepper 2005-01-03 09:35:39 +00:00
commit 5cd40b50ae
2 changed files with 28 additions and 20 deletions

View file

@ -27,6 +27,10 @@
#ifndef _make_genotype_h #ifndef _make_genotype_h
#define _make_genotype_h #define _make_genotype_h
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef HAVE_SSTREAM #ifdef HAVE_SSTREAM
#include <sstream> #include <sstream>
#else #else

View file

@ -3,6 +3,10 @@
#pragma warning(disable:4786) #pragma warning(disable:4786)
#endif #endif
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <ctime> #include <ctime>
#ifdef HAVE_SSTREAM #ifdef HAVE_SSTREAM