Excluded 'config.h' from windows build

This commit is contained in:
xohm 2007-08-02 10:47:15 +00:00
commit a601ae0e8a

View file

@ -21,7 +21,9 @@
#ifndef PICKLE_H
#define PICKLE_h
#ifndef WIN32
#include <config.h>
#endif
#include <boost/python.hpp>
#include <sstream>