Excluded 'config.h' from windows build
This commit is contained in:
parent
1d19fdd3ec
commit
a601ae0e8a
1 changed files with 2 additions and 0 deletions
|
|
@ -21,7 +21,9 @@
|
|||
#ifndef PICKLE_H
|
||||
#define PICKLE_h
|
||||
|
||||
#ifndef WIN32
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <boost/python.hpp>
|
||||
#include <sstream>
|
||||
|
|
|
|||
Reference in a new issue