diff options
Diffstat (limited to 'python/gras/GRAS_ThreadPool.i')
-rw-r--r-- | python/gras/GRAS_ThreadPool.i | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/gras/GRAS_ThreadPool.i b/python/gras/GRAS_ThreadPool.i index a50e8a8..12138af 100644 --- a/python/gras/GRAS_ThreadPool.i +++ b/python/gras/GRAS_ThreadPool.i @@ -14,12 +14,11 @@ // You should have received a copy of the GNU Lesser General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. -#define GRAS_API - %{ #include <gras/thread_pool.hpp> %} %include <std_string.i> +%include <gras/gras.hpp> %include <gras/thread_pool.hpp> |