fix symbol visibility in Boost.Python module

metadata
Wenzel Jakob 2017-07-28 22:08:21 +02:00
parent f67824a2bf
commit 1de9467f7c
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#define BOOST_PYTHON_USE_GCC_SYMBOL_VISIBILITY 1
#include "base.h"
#include <mitsuba/core/plugin.h>
#include <mitsuba/core/shvector.h>